Shades of Deco #D4DD84
Tints of Deco #D4DD84
RGB
CMYK
RGB Variations
Color information
#D4DD84 (or 0xD4DD84) is known color: Deco. HEX triplet: D4, DD and 84. RGB value is (212,221,132). Sum of RGB (Red+Green+Blue) = 212+221+132=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD84 is #2B227B. Grayscale: #D0D0D0. Windows color (decimal): -2826876 or 8707540. OLE color: 8707540.
HSL color Cylindrical-coordinate representation of color #D4DD84: hue angle of 66.07º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4DD84 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 132 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.13 |
| HSL | 66.07º | 0.57% | 0.69% | - |
| HSV(B) | 66.07º | 0.4% | 0.87% | - |
| XYZ | 57.17 | 67.38 | 31.82 | - |
| YUV | 208.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 132 | 0.04 | 0 | 0.40 | 0.13 | 66.07 | 0.57 | 0.69 |
| Hex | D4 | DD | 84 | 4 | 0 | 28 | D | 42 | 39 | 45 |
| Octal | 324 | 335 | 204 | 4 | 0 | 50 | 15 | 102 | 71 | 105 |
| Binary | 11010100 | 11011101 | 10000100 | 100 | 0 | 101000 | 1101 | 1000010 | 111001 | 1000101 |
Color Harmonies of #D4DD84
Complementary color
Monochromatic Colors of #D4DD84
Black with #D4DD84
Text Example
Text Example
White with #D4DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD84; }
p { color: rgb(212,221,132); }
H1.HeaderClassName
{
color: #D4DD84;
}
.AnyTagClassName
{
color: #D4DD84;
}
</style>
background-color css
<style>
a { background-color: #D4DD84; }
a { background-color: rgb(212,221,132); }
div.DivClassName
{
background-color: #D4DD84;
}
.BgClassName
{
background-color: #D4DD84;
}
</style>
border-color css
<style>
span { border-color: #D4DD84; }
span { border-color: rgb(212,221,132); }
td.TdClassName
{
border-color: #D4DD84;
}
.TagClassName
{
border-color: #D4DD84;
}
</style>