Shades of Deco #D0DE8D
Tints of Deco #D0DE8D
RGB
CMYK
RGB Variations
Color information
#D0DE8D (or 0xD0DE8D) is known color: Deco. HEX triplet: D0, DE and 8D. RGB value is (208,222,141). Sum of RGB (Red+Green+Blue) = 208+222+141=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DE8D is #2F2172. Grayscale: #D0D0D0. Windows color (decimal): -3088755 or 9297616. OLE color: 9297616.
HSL color Cylindrical-coordinate representation of color #D0DE8D: hue angle of 70.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0DE8D is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 141 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.13 |
| HSL | 70.37º | 0.55% | 0.71% | - |
| HSV(B) | 70.37º | 0.36% | 0.87% | - |
| XYZ | 56.94 | 67.58 | 35.24 | - |
| YUV | 208.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 141 | 0.06 | 0 | 0.36 | 0.13 | 70.37 | 0.55 | 0.71 |
| Hex | D0 | DE | 8D | 6 | 0 | 24 | D | 46 | 37 | 47 |
| Octal | 320 | 336 | 215 | 6 | 0 | 44 | 15 | 106 | 67 | 107 |
| Binary | 11010000 | 11011110 | 10001101 | 110 | 0 | 100100 | 1101 | 1000110 | 110111 | 1000111 |
Color Harmonies of #D0DE8D
Complementary color
Monochromatic Colors of #D0DE8D
Black with #D0DE8D
Text Example
Text Example
White with #D0DE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DE8D; }
p { color: rgb(208,222,141); }
H1.HeaderClassName
{
color: #D0DE8D;
}
.AnyTagClassName
{
color: #D0DE8D;
}
</style>
background-color css
<style>
a { background-color: #D0DE8D; }
a { background-color: rgb(208,222,141); }
div.DivClassName
{
background-color: #D0DE8D;
}
.BgClassName
{
background-color: #D0DE8D;
}
</style>
border-color css
<style>
span { border-color: #D0DE8D; }
span { border-color: rgb(208,222,141); }
td.TdClassName
{
border-color: #D0DE8D;
}
.TagClassName
{
border-color: #D0DE8D;
}
</style>