Shades of Deco #D0DD91
Tints of Deco #D0DD91
RGB
CMYK
RGB Variations
Color information
#D0DD91 (or 0xD0DD91) is known color: Deco. HEX triplet: D0, DD and 91. RGB value is (208,221,145). Sum of RGB (Red+Green+Blue) = 208+221+145=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD91 is #2F226E. Grayscale: #D0D0D0. Windows color (decimal): -3089007 or 9559504. OLE color: 9559504.
HSL color Cylindrical-coordinate representation of color #D0DD91: hue angle of 70.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0DD91 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 145 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.13 |
| HSL | 70.26º | 0.53% | 0.72% | - |
| HSV(B) | 70.26º | 0.34% | 0.87% | - |
| XYZ | 56.98 | 67.17 | 36.75 | - |
| YUV | 208.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 145 | 0.06 | 0 | 0.34 | 0.13 | 70.26 | 0.53 | 0.72 |
| Hex | D0 | DD | 91 | 6 | 0 | 22 | D | 46 | 35 | 48 |
| Octal | 320 | 335 | 221 | 6 | 0 | 42 | 15 | 106 | 65 | 110 |
| Binary | 11010000 | 11011101 | 10010001 | 110 | 0 | 100010 | 1101 | 1000110 | 110101 | 1001000 |
Color Harmonies of #D0DD91
Complementary color
Monochromatic Colors of #D0DD91
Black with #D0DD91
Text Example
Text Example
White with #D0DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD91; }
p { color: rgb(208,221,145); }
H1.HeaderClassName
{
color: #D0DD91;
}
.AnyTagClassName
{
color: #D0DD91;
}
</style>
background-color css
<style>
a { background-color: #D0DD91; }
a { background-color: rgb(208,221,145); }
div.DivClassName
{
background-color: #D0DD91;
}
.BgClassName
{
background-color: #D0DD91;
}
</style>
border-color css
<style>
span { border-color: #D0DD91; }
span { border-color: rgb(208,221,145); }
td.TdClassName
{
border-color: #D0DD91;
}
.TagClassName
{
border-color: #D0DD91;
}
</style>