#CB9D21

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

Shades of Galliano #CB9D21

Tints of Galliano #CB9D21

Color information

#CB9D21 (or 0xCB9D21) is unknown color: approx Galliano. HEX triplet: CB, 9D and 21. RGB value is (203,157,33). Sum of RGB (Red+Green+Blue) = 203+157+33=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D21 is #3462DE. Grayscale: #9D9D9D. Windows color (decimal): -3433183 or 2203083. OLE color: 2203083.

HSL color Cylindrical-coordinate representation of color #CB9D21: hue angle of 43.76º 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 #CB9D21 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB20315733-
CMYK00.230.840.20
HSL43.76º72.03%46.27%-
HSV(B)43.76º83.74%79.61%-
XYZ36.9636.926.62-
YUV156.6258.24161.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 33 (13.28% from 255) = 8.40%
R=51.65%
G=39.95%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031573300.230.840.2043.7672.0346.27
HexCB9D2101754142c482e
Octal31323541027124245411056
Binary11001011100111011000010101111010100101001011001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D21; }

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

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

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

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

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

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

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

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