#D1CB7C

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

Shades of Deco #D1CB7C

Tints of Deco #D1CB7C

Color information

#D1CB7C (or 0xD1CB7C) is unknown color: approx Deco. HEX triplet: D1, CB and 7C. RGB value is (209,203,124). Sum of RGB (Red+Green+Blue) = 209+203+124=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB7C is #2E3483. Grayscale: #C4C4C4. Windows color (decimal): -3028100 or 8178641. OLE color: 8178641.

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

Color convert

RGB209203124-
CMYK00.030.410.18
HSL55.76º48.02%65.29%-
HSV(B)55.76º40.67%81.96%-
XYZ51.2957.7227.51-
YUV195.7987.49137.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 124 (48.83% from 255) = 23.13%
R=38.99%
G=37.87%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920312400.030.410.1855.7648.0265.29
HexD1CB7C032912383041
Octal3213131740351227060101
Binary11010001110010111111100011101001100101110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CB7C; }

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

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

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

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

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

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

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

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