#D8DB84

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

Shades of Deco #D8DB84

Tints of Deco #D8DB84

Color information

#D8DB84 (or 0xD8DB84) is unknown color: approx Deco. HEX triplet: D8, DB and 84. RGB value is (216,219,132). Sum of RGB (Red+Green+Blue) = 216+219+132=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB84 is #27247B. Grayscale: #D0D0D0. Windows color (decimal): -2565244 or 8707032. OLE color: 8707032.

HSL color Cylindrical-coordinate representation of color #D8DB84: hue angle of 62.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8DB84 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB216219132-
CMYK0.0100.400.14
HSL62.07º54.72%68.82%-
HSV(B)62.07º39.73%85.88%-
XYZ57.8266.9331.7-
YUV208.1885.01133.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=38.10%
G=38.62%
B=23.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191320.0100.400.1462.0754.7268.82
HexD8DB841028E3e3745
Octal3303332041050167667105
Binary1101100011011011100001001010100011101111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DB84; }

 p { color: rgb(216,219,132); }

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

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

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

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

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

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

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