Shades of Deco #D0DF8E
Tints of Deco #D0DF8E
RGB
CMYK
RGB Variations
Color information
#D0DF8E (or 0xD0DF8E) is known color: Deco. HEX triplet: D0, DF and 8E. RGB value is (208,223,142). Sum of RGB (Red+Green+Blue) = 208+223+142=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF8E is #2F2071. Grayscale: #D1D1D1. Windows color (decimal): -3088498 or 9363408. OLE color: 9363408.
HSL color Cylindrical-coordinate representation of color #D0DF8E: hue angle of 71.11º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0DF8E is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 142 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.13 |
| HSL | 71.11º | 0.56% | 0.72% | - |
| HSV(B) | 71.11º | 0.36% | 0.87% | - |
| XYZ | 57.28 | 68.14 | 35.72 | - |
| YUV | 209.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 142 | 0.07 | 0 | 0.36 | 0.13 | 71.11 | 0.56 | 0.72 |
| Hex | D0 | DF | 8E | 7 | 0 | 24 | D | 47 | 38 | 48 |
| Octal | 320 | 337 | 216 | 7 | 0 | 44 | 15 | 107 | 70 | 110 |
| Binary | 11010000 | 11011111 | 10001110 | 111 | 0 | 100100 | 1101 | 1000111 | 111000 | 1001000 |
Color Harmonies of #D0DF8E
Complementary color
Monochromatic Colors of #D0DF8E
Black with #D0DF8E
Text Example
Text Example
White with #D0DF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF8E; }
p { color: rgb(208,223,142); }
H1.HeaderClassName
{
color: #D0DF8E;
}
.AnyTagClassName
{
color: #D0DF8E;
}
</style>
background-color css
<style>
a { background-color: #D0DF8E; }
a { background-color: rgb(208,223,142); }
div.DivClassName
{
background-color: #D0DF8E;
}
.BgClassName
{
background-color: #D0DF8E;
}
</style>
border-color css
<style>
span { border-color: #D0DF8E; }
span { border-color: rgb(208,223,142); }
td.TdClassName
{
border-color: #D0DF8E;
}
.TagClassName
{
border-color: #D0DF8E;
}
</style>