#D0CE82

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

Shades of Deco #D0CE82

Tints of Deco #D0CE82

Color information

#D0CE82 (or 0xD0CE82) is unknown color: approx Deco. HEX triplet: D0, CE and 82. RGB value is (208,206,130). Sum of RGB (Red+Green+Blue) = 208+206+130=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CE82 is #2F317D. Grayscale: #C6C6C6. Windows color (decimal): -3092862 or 8572624. OLE color: 8572624.

HSL color Cylindrical-coordinate representation of color #D0CE82: hue angle of 58.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0CE82 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208206130-
CMYK00.010.380.18
HSL58.46º45.35%66.27%-
HSV(B)58.46º37.5%81.57%-
XYZ52.1159.1629.79-
YUV197.9389.66135.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 130 (51.17% from 255) = 23.90%
R=38.24%
G=37.87%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820613000.010.380.1858.4645.3566.27
HexD0CE820126123a2d42
Octal3203162020146227255102
Binary11010000110011101000001001100110100101110101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CE82; }

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

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

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

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

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

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

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

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