#CB9E21

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

Shades of Galliano #CB9E21

Tints of Galliano #CB9E21

Color information

#CB9E21 (or 0xCB9E21) is unknown color: approx Galliano. HEX triplet: CB, 9E and 21. RGB value is (203,158,33). Sum of RGB (Red+Green+Blue) = 203+158+33=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E21 is #3461DE. Grayscale: #9D9D9D. Windows color (decimal): -3432927 or 2203339. OLE color: 2203339.

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

Color convert

RGB20315833-
CMYK00.220.840.20
HSL44.12º72.03%46.27%-
HSV(B)44.12º83.74%79.61%-
XYZ37.1337.266.67-
YUV157.257.91160.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.52%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 33 (13.28% from 255) = 8.38%
R=51.52%
G=40.10%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031583300.220.840.2044.1272.0346.27
HexCB9E2101654142c482e
Octal31323641026124245411056
Binary11001011100111101000010101101010100101001011001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E21; }

 p { color: rgb(203,158,33); }

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

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

 a { background-color: rgb(203,158,33); }

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

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

 span { border-color: rgb(203,158,33); }

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