Shades of Deco #D5DD84
Tints of Deco #D5DD84
RGB
CMYK
RGB Variations
Color information
#D5DD84 (or 0xD5DD84) is known color: Deco. HEX triplet: D5, DD and 84. RGB value is (213,221,132). Sum of RGB (Red+Green+Blue) = 213+221+132=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD84 is #2A227B. Grayscale: #D0D0D0. Windows color (decimal): -2761340 or 8707541. OLE color: 8707541.
HSL color Cylindrical-coordinate representation of color #D5DD84: hue angle of 65.39º 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 #D5DD84 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 132 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.13 |
| HSL | 65.39º | 0.57% | 0.69% | - |
| HSV(B) | 65.39º | 0.4% | 0.87% | - |
| XYZ | 57.46 | 67.52 | 31.83 | - |
| YUV | 208.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 132 | 0.04 | 0 | 0.40 | 0.13 | 65.39 | 0.57 | 0.69 |
| Hex | D5 | DD | 84 | 4 | 0 | 28 | D | 41 | 39 | 45 |
| Octal | 325 | 335 | 204 | 4 | 0 | 50 | 15 | 101 | 71 | 105 |
| Binary | 11010101 | 11011101 | 10000100 | 100 | 0 | 101000 | 1101 | 1000001 | 111001 | 1000101 |
Color Harmonies of #D5DD84
Complementary color
Monochromatic Colors of #D5DD84
Black with #D5DD84
Text Example
Text Example
White with #D5DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD84; }
p { color: rgb(213,221,132); }
H1.HeaderClassName
{
color: #D5DD84;
}
.AnyTagClassName
{
color: #D5DD84;
}
</style>
background-color css
<style>
a { background-color: #D5DD84; }
a { background-color: rgb(213,221,132); }
div.DivClassName
{
background-color: #D5DD84;
}
.BgClassName
{
background-color: #D5DD84;
}
</style>
border-color css
<style>
span { border-color: #D5DD84; }
span { border-color: rgb(213,221,132); }
td.TdClassName
{
border-color: #D5DD84;
}
.TagClassName
{
border-color: #D5DD84;
}
</style>