Shades of Deco #D8DC82
Tints of Deco #D8DC82
RGB
CMYK
RGB Variations
Color information
#D8DC82 (or 0xD8DC82) is known color: Deco. HEX triplet: D8, DC and 82. RGB value is (216,220,130). Sum of RGB (Red+Green+Blue) = 216+220+130=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC82 is #27237D. Grayscale: #D0D0D0. Windows color (decimal): -2564990 or 8576216. OLE color: 8576216.
HSL color Cylindrical-coordinate representation of color #D8DC82: hue angle of 62.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8DC82 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 130 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.14 |
| HSL | 62.67º | 0.56% | 0.69% | - |
| HSV(B) | 62.67º | 0.41% | 0.86% | - |
| XYZ | 57.94 | 67.4 | 31.07 | - |
| YUV | 208.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 130 | 0.02 | 0 | 0.41 | 0.14 | 62.67 | 0.56 | 0.69 |
| Hex | D8 | DC | 82 | 2 | 0 | 29 | E | 3F | 38 | 45 |
| Octal | 330 | 334 | 202 | 2 | 0 | 51 | 16 | 77 | 70 | 105 |
| Binary | 11011000 | 11011100 | 10000010 | 10 | 0 | 101001 | 1110 | 111111 | 111000 | 1000101 |
Color Harmonies of #D8DC82
Complementary color
Monochromatic Colors of #D8DC82
Black with #D8DC82
Text Example
Text Example
White with #D8DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC82; }
p { color: rgb(216,220,130); }
H1.HeaderClassName
{
color: #D8DC82;
}
.AnyTagClassName
{
color: #D8DC82;
}
</style>
background-color css
<style>
a { background-color: #D8DC82; }
a { background-color: rgb(216,220,130); }
div.DivClassName
{
background-color: #D8DC82;
}
.BgClassName
{
background-color: #D8DC82;
}
</style>
border-color css
<style>
span { border-color: #D8DC82; }
span { border-color: rgb(216,220,130); }
td.TdClassName
{
border-color: #D8DC82;
}
.TagClassName
{
border-color: #D8DC82;
}
</style>