#CBA81F

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

Shades of Galliano #CBA81F

Tints of Galliano #CBA81F

Color information

#CBA81F (or 0xCBA81F) is unknown color: approx Galliano. HEX triplet: CB, A8 and 1F. RGB value is (203,168,31). Sum of RGB (Red+Green+Blue) = 203+168+31=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA81F is #3457E0. Grayscale: #A3A3A3. Windows color (decimal): -3430369 or 2074827. OLE color: 2074827.

HSL color Cylindrical-coordinate representation of color #CBA81F: hue angle of 47.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBA81F is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB20316831-
CMYK00.170.850.20
HSL47.79º73.5%45.88%-
HSV(B)47.79º84.73%79.61%-
XYZ38.8840.87.12-
YUV162.8553.6156.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 31 (12.5% from 255) = 7.71%
R=50.50%
G=41.79%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031683100.170.850.2047.7973.545.88
HexCBA81F0115514304a2e
Octal31325037021125246011256
Binary1100101110101000111110100011010101101001100001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA81F; }

 p { color: rgb(203,168,31); }

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

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

 a { background-color: rgb(203,168,31); }

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

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

 span { border-color: rgb(203,168,31); }

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