#D0CE91

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

Shades of Deco #D0CE91

Tints of Deco #D0CE91

Color information

#D0CE91 (or 0xD0CE91) is unknown color: approx Deco. HEX triplet: D0, CE and 91. RGB value is (208,206,145). Sum of RGB (Red+Green+Blue) = 208+206+145=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CE91 is #2F316E. Grayscale: #C7C7C7. Windows color (decimal): -3092847 or 9555664. OLE color: 9555664.

HSL color Cylindrical-coordinate representation of color #D0CE91: hue angle of 58.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0CE91 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208206145-
CMYK00.010.300.18
HSL58.1º40.13%69.22%-
HSV(B)58.1º30.29%81.57%-
XYZ53.1959.635.49-
YUV199.6497.16133.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=37.21%
G=36.85%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820614500.010.300.1858.140.1369.22
HexD0CE91011E123a2845
Octal3203162210136227250105
Binary1101000011001110100100010111110100101110101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CE91; }

 p { color: rgb(208,206,145); }

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

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

 a { background-color: rgb(208,206,145); }

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

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

 span { border-color: rgb(208,206,145); }

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