Shades of Deco #D2DF89
Tints of Deco #D2DF89
RGB
CMYK
RGB Variations
Color information
#D2DF89 (or 0xD2DF89) is known color: Deco. HEX triplet: D2, DF and 89. RGB value is (210,223,137). Sum of RGB (Red+Green+Blue) = 210+223+137=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DF89 is #2D2076. Grayscale: #D1D1D1. Windows color (decimal): -2957431 or 9035730. OLE color: 9035730.
HSL color Cylindrical-coordinate representation of color #D2DF89: hue angle of 69.07º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2DF89 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 137 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.13 |
| HSL | 69.07º | 0.57% | 0.71% | - |
| HSV(B) | 69.07º | 0.39% | 0.87% | - |
| XYZ | 57.48 | 68.28 | 33.82 | - |
| YUV | 209.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 137 | 0.06 | 0 | 0.39 | 0.13 | 69.07 | 0.57 | 0.71 |
| Hex | D2 | DF | 89 | 6 | 0 | 27 | D | 45 | 39 | 47 |
| Octal | 322 | 337 | 211 | 6 | 0 | 47 | 15 | 105 | 71 | 107 |
| Binary | 11010010 | 11011111 | 10001001 | 110 | 0 | 100111 | 1101 | 1000101 | 111001 | 1000111 |
Color Harmonies of #D2DF89
Complementary color
Monochromatic Colors of #D2DF89
Black with #D2DF89
Text Example
Text Example
White with #D2DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF89; }
p { color: rgb(210,223,137); }
H1.HeaderClassName
{
color: #D2DF89;
}
.AnyTagClassName
{
color: #D2DF89;
}
</style>
background-color css
<style>
a { background-color: #D2DF89; }
a { background-color: rgb(210,223,137); }
div.DivClassName
{
background-color: #D2DF89;
}
.BgClassName
{
background-color: #D2DF89;
}
</style>
border-color css
<style>
span { border-color: #D2DF89; }
span { border-color: rgb(210,223,137); }
td.TdClassName
{
border-color: #D2DF89;
}
.TagClassName
{
border-color: #D2DF89;
}
</style>