#D8D880

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

Shades of Deco #D8D880

Tints of Deco #D8D880

Color information

#D8D880 (or 0xD8D880) is unknown color: approx Deco. HEX triplet: D8, D8 and 80. RGB value is (216,216,128). Sum of RGB (Red+Green+Blue) = 216+216+128=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D880 is #27277F. Grayscale: #CECECE. Windows color (decimal): -2566016 or 8444120. OLE color: 8444120.

HSL color Cylindrical-coordinate representation of color #D8D880: hue angle of 60º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8D880 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216216128-
CMYK000.410.15
HSL60º53.01%67.45%-
HSV(B)60º40.74%84.71%-
XYZ56.7765.2730.03-
YUV205.9784135.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 128 (50.39% from 255) = 22.86%
R=38.57%
G=38.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216128000.410.156053.0167.45
HexD8D8800029F3c3543
Octal3303302000051177465103
Binary1101100011011000100000000010100111111111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D880; }

 p { color: rgb(216,216,128); }

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

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

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

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

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

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

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