Shades of Deco #D0DD89
Tints of Deco #D0DD89
RGB
CMYK
RGB Variations
Color information
#D0DD89 (or 0xD0DD89) is known color: Deco. HEX triplet: D0, DD and 89. RGB value is (208,221,137). Sum of RGB (Red+Green+Blue) = 208+221+137=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD89 is #2F2276. Grayscale: #CFCFCF. Windows color (decimal): -3089015 or 9035216. OLE color: 9035216.
HSL color Cylindrical-coordinate representation of color #D0DD89: hue angle of 69.29º 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 #D0DD89 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 137 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.13 |
| HSL | 69.29º | 0.55% | 0.7% | - |
| HSV(B) | 69.29º | 0.38% | 0.87% | - |
| XYZ | 56.38 | 66.93 | 33.61 | - |
| YUV | 207.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 137 | 0.06 | 0 | 0.38 | 0.13 | 69.29 | 0.55 | 0.7 |
| Hex | D0 | DD | 89 | 6 | 0 | 26 | D | 45 | 37 | 46 |
| Octal | 320 | 335 | 211 | 6 | 0 | 46 | 15 | 105 | 67 | 106 |
| Binary | 11010000 | 11011101 | 10001001 | 110 | 0 | 100110 | 1101 | 1000101 | 110111 | 1000110 |
Color Harmonies of #D0DD89
Complementary color
Monochromatic Colors of #D0DD89
Black with #D0DD89
Text Example
Text Example
White with #D0DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD89; }
p { color: rgb(208,221,137); }
H1.HeaderClassName
{
color: #D0DD89;
}
.AnyTagClassName
{
color: #D0DD89;
}
</style>
background-color css
<style>
a { background-color: #D0DD89; }
a { background-color: rgb(208,221,137); }
div.DivClassName
{
background-color: #D0DD89;
}
.BgClassName
{
background-color: #D0DD89;
}
</style>
border-color css
<style>
span { border-color: #D0DD89; }
span { border-color: rgb(208,221,137); }
td.TdClassName
{
border-color: #D0DD89;
}
.TagClassName
{
border-color: #D0DD89;
}
</style>