Shades of Deco #D0DF8B
Tints of Deco #D0DF8B
RGB
CMYK
RGB Variations
Color information
#D0DF8B (or 0xD0DF8B) is known color: Deco. HEX triplet: D0, DF and 8B. RGB value is (208,223,139). Sum of RGB (Red+Green+Blue) = 208+223+139=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF8B is #2F2074. Grayscale: #D1D1D1. Windows color (decimal): -3088501 or 9166800. OLE color: 9166800.
HSL color Cylindrical-coordinate representation of color #D0DF8B: hue angle of 70.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0DF8B is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 139 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.13 |
| HSL | 70.71º | 0.57% | 0.71% | - |
| HSV(B) | 70.71º | 0.38% | 0.87% | - |
| XYZ | 57.06 | 68.05 | 34.55 | - |
| YUV | 208.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 139 | 0.07 | 0 | 0.38 | 0.13 | 70.71 | 0.57 | 0.71 |
| Hex | D0 | DF | 8B | 7 | 0 | 26 | D | 47 | 39 | 47 |
| Octal | 320 | 337 | 213 | 7 | 0 | 46 | 15 | 107 | 71 | 107 |
| Binary | 11010000 | 11011111 | 10001011 | 111 | 0 | 100110 | 1101 | 1000111 | 111001 | 1000111 |
Color Harmonies of #D0DF8B
Complementary color
Monochromatic Colors of #D0DF8B
Black with #D0DF8B
Text Example
Text Example
White with #D0DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF8B; }
p { color: rgb(208,223,139); }
H1.HeaderClassName
{
color: #D0DF8B;
}
.AnyTagClassName
{
color: #D0DF8B;
}
</style>
background-color css
<style>
a { background-color: #D0DF8B; }
a { background-color: rgb(208,223,139); }
div.DivClassName
{
background-color: #D0DF8B;
}
.BgClassName
{
background-color: #D0DF8B;
}
</style>
border-color css
<style>
span { border-color: #D0DF8B; }
span { border-color: rgb(208,223,139); }
td.TdClassName
{
border-color: #D0DF8B;
}
.TagClassName
{
border-color: #D0DF8B;
}
</style>