Shades of Deco #D0DF8C
Tints of Deco #D0DF8C
RGB
CMYK
RGB Variations
Color information
#D0DF8C (or 0xD0DF8C) is known color: Deco. HEX triplet: D0, DF and 8C. RGB value is (208,223,140). Sum of RGB (Red+Green+Blue) = 208+223+140=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF8C is #2F2073. Grayscale: #D1D1D1. Windows color (decimal): -3088500 or 9232336. OLE color: 9232336.
HSL color Cylindrical-coordinate representation of color #D0DF8C: hue angle of 70.84º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0DF8C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 140 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.13 |
| HSL | 70.84º | 0.56% | 0.71% | - |
| HSV(B) | 70.84º | 0.37% | 0.87% | - |
| XYZ | 57.13 | 68.08 | 34.94 | - |
| YUV | 209.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 140 | 0.07 | 0 | 0.37 | 0.13 | 70.84 | 0.56 | 0.71 |
| Hex | D0 | DF | 8C | 7 | 0 | 25 | D | 47 | 38 | 47 |
| Octal | 320 | 337 | 214 | 7 | 0 | 45 | 15 | 107 | 70 | 107 |
| Binary | 11010000 | 11011111 | 10001100 | 111 | 0 | 100101 | 1101 | 1000111 | 111000 | 1000111 |
Color Harmonies of #D0DF8C
Complementary color
Monochromatic Colors of #D0DF8C
Black with #D0DF8C
Text Example
Text Example
White with #D0DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF8C; }
p { color: rgb(208,223,140); }
H1.HeaderClassName
{
color: #D0DF8C;
}
.AnyTagClassName
{
color: #D0DF8C;
}
</style>
background-color css
<style>
a { background-color: #D0DF8C; }
a { background-color: rgb(208,223,140); }
div.DivClassName
{
background-color: #D0DF8C;
}
.BgClassName
{
background-color: #D0DF8C;
}
</style>
border-color css
<style>
span { border-color: #D0DF8C; }
span { border-color: rgb(208,223,140); }
td.TdClassName
{
border-color: #D0DF8C;
}
.TagClassName
{
border-color: #D0DF8C;
}
</style>