#D1CB77

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

Shades of Deco #D1CB77

Tints of Deco #D1CB77

Color information

#D1CB77 (or 0xD1CB77) is unknown color: approx Deco. HEX triplet: D1, CB and 77. RGB value is (209,203,119). Sum of RGB (Red+Green+Blue) = 209+203+119=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB77 is #2E3488. Grayscale: #C3C3C3. Windows color (decimal): -3028105 or 7850961. OLE color: 7850961.

HSL color Cylindrical-coordinate representation of color #D1CB77: hue angle of 56º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1CB77 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB209203119-
CMYK00.030.430.18
HSL56º49.45%64.31%-
HSV(B)56º43.06%81.96%-
XYZ50.9857.625.88-
YUV195.2284.99137.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=39.36%
G=38.23%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920311900.030.430.185649.4564.31
HexD1CB77032B12383140
Octal3213131670353227061100
Binary11010001110010111110111011101011100101110001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CB77; }

 p { color: rgb(209,203,119); }

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

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

 a { background-color: rgb(209,203,119); }

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

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

 span { border-color: rgb(209,203,119); }

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