Shades of Deco #D4DE89
Tints of Deco #D4DE89
RGB
CMYK
RGB Variations
Color information
#D4DE89 (or 0xD4DE89) is known color: Deco. HEX triplet: D4, DE and 89. RGB value is (212,222,137). Sum of RGB (Red+Green+Blue) = 212+222+137=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DE89 is #2B2176. Grayscale: #D1D1D1. Windows color (decimal): -2826615 or 9035476. OLE color: 9035476.
HSL color Cylindrical-coordinate representation of color #D4DE89: hue angle of 67.06º degrees, saturation: 0.56, 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 #D4DE89 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 222 | 137 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.13 |
| HSL | 67.06º | 0.56% | 0.7% | - |
| HSV(B) | 67.06º | 0.38% | 0.87% | - |
| XYZ | 57.79 | 68.05 | 33.76 | - |
| YUV | 209.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 222 | 137 | 0.05 | 0 | 0.38 | 0.13 | 67.06 | 0.56 | 0.7 |
| Hex | D4 | DE | 89 | 5 | 0 | 26 | D | 43 | 38 | 46 |
| Octal | 324 | 336 | 211 | 5 | 0 | 46 | 15 | 103 | 70 | 106 |
| Binary | 11010100 | 11011110 | 10001001 | 101 | 0 | 100110 | 1101 | 1000011 | 111000 | 1000110 |
Color Harmonies of #D4DE89
Complementary color
Monochromatic Colors of #D4DE89
Black with #D4DE89
Text Example
Text Example
White with #D4DE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DE89; }
p { color: rgb(212,222,137); }
H1.HeaderClassName
{
color: #D4DE89;
}
.AnyTagClassName
{
color: #D4DE89;
}
</style>
background-color css
<style>
a { background-color: #D4DE89; }
a { background-color: rgb(212,222,137); }
div.DivClassName
{
background-color: #D4DE89;
}
.BgClassName
{
background-color: #D4DE89;
}
</style>
border-color css
<style>
span { border-color: #D4DE89; }
span { border-color: rgb(212,222,137); }
td.TdClassName
{
border-color: #D4DE89;
}
.TagClassName
{
border-color: #D4DE89;
}
</style>