#cfb026

Color #CFB026 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #CFB026

Tints of Galliano #CFB026

Color information

#CFB026 (or 0xCFB026) is unknown color: approx Galliano. HEX triplet: CF, B0 and 26. RGB value is (207,176,38). Sum of RGB (Red+Green+Blue) = 207+176+38=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB026 is #304FD9. Grayscale: #AAAAAA. Windows color (decimal): -3166170 or 2535631. OLE color: 2535631.

HSL color Cylindrical-coordinate representation of color #CFB026: hue angle of 48.99º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFB026 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB20717638-
CMYK00.150.820.19
HSL48.99º68.98%48.04%-
HSV(B)48.99º81.64%81.18%-
XYZ41.6144.468.22-
YUV169.5453.77154.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 38 (15.23% from 255) = 9.03%
R=49.17%
G=41.81%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071763800.150.820.1948.9968.9848.04
HexCFB0260F5213314530
Octal31726046017122236110560
Binary1100111110110000100110011111010010100111100011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfb026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfb026; }

 p { color: rgb(207,176,38); }

 H1.HeaderClassName
 {
   color: #cfb026;
 }
 .AnyTagClassName
 {
   color: #cfb026;
 }
</style>
background-color css

<style>
 a { background-color: #cfb026; }

 a { background-color: rgb(207,176,38); }

 div.DivClassName
 {
   background-color: #cfb026;
 }
 .BgClassName
 {
   background-color: #cfb026;
 }
</style>
border-color css

<style>
 span { border-color: #cfb026; }

 span { border-color: rgb(207,176,38); }

 td.TdClassName
 {
   border-color: #cfb026;
 }
 .TagClassName
 {
   border-color: #cfb026;
 }
</style>