#D0CD80

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

Shades of Deco #D0CD80

Tints of Deco #D0CD80

Color information

#D0CD80 (or 0xD0CD80) is unknown color: approx Deco. HEX triplet: D0, CD and 80. RGB value is (208,205,128). Sum of RGB (Red+Green+Blue) = 208+205+128=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CD80 is #2F327F. Grayscale: #C5C5C5. Windows color (decimal): -3093120 or 8441296. OLE color: 8441296.

HSL color Cylindrical-coordinate representation of color #D0CD80: hue angle of 57.75º degrees, saturation: 0.46, 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 #D0CD80 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208205128-
CMYK00.010.380.18
HSL57.75º45.98%65.88%-
HSV(B)57.75º38.46%81.57%-
XYZ51.7458.6329.01-
YUV197.1288.99135.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 128 (50.39% from 255) = 23.66%
R=38.45%
G=37.89%
B=23.66%

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
Decimal20820512800.010.380.1857.7545.9865.88
HexD0CD800126123a2e42
Octal3203152000146227256102
Binary11010000110011011000000001100110100101110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD80; }

 p { color: rgb(208,205,128); }

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

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

 a { background-color: rgb(208,205,128); }

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

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

 span { border-color: rgb(208,205,128); }

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