Shades of Deco #D4DD89
Tints of Deco #D4DD89
RGB
CMYK
RGB Variations
Color information
#D4DD89 (or 0xD4DD89) is known color: Deco. HEX triplet: D4, DD and 89. RGB value is (212,221,137). Sum of RGB (Red+Green+Blue) = 212+221+137=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD89 is #2B2276. Grayscale: #D1D1D1. Windows color (decimal): -2826871 or 9035220. OLE color: 9035220.
HSL color Cylindrical-coordinate representation of color #D4DD89: hue angle of 66.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4DD89 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 137 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.13 |
| HSL | 66.43º | 0.55% | 0.7% | - |
| HSV(B) | 66.43º | 0.38% | 0.87% | - |
| XYZ | 57.52 | 67.52 | 33.67 | - |
| YUV | 208.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 137 | 0.04 | 0 | 0.38 | 0.13 | 66.43 | 0.55 | 0.7 |
| Hex | D4 | DD | 89 | 4 | 0 | 26 | D | 42 | 37 | 46 |
| Octal | 324 | 335 | 211 | 4 | 0 | 46 | 15 | 102 | 67 | 106 |
| Binary | 11010100 | 11011101 | 10001001 | 100 | 0 | 100110 | 1101 | 1000010 | 110111 | 1000110 |
Color Harmonies of #D4DD89
Complementary color
Monochromatic Colors of #D4DD89
Black with #D4DD89
Text Example
Text Example
White with #D4DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD89; }
p { color: rgb(212,221,137); }
H1.HeaderClassName
{
color: #D4DD89;
}
.AnyTagClassName
{
color: #D4DD89;
}
</style>
background-color css
<style>
a { background-color: #D4DD89; }
a { background-color: rgb(212,221,137); }
div.DivClassName
{
background-color: #D4DD89;
}
.BgClassName
{
background-color: #D4DD89;
}
</style>
border-color css
<style>
span { border-color: #D4DD89; }
span { border-color: rgb(212,221,137); }
td.TdClassName
{
border-color: #D4DD89;
}
.TagClassName
{
border-color: #D4DD89;
}
</style>