Shades of Deco #D0DA87
Tints of Deco #D0DA87
RGB
CMYK
RGB Variations
Color information
#D0DA87 (or 0xD0DA87) is known color: Deco. HEX triplet: D0, DA and 87. RGB value is (208,218,135). Sum of RGB (Red+Green+Blue) = 208+218+135=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DA87 is #2F2578. Grayscale: #CDCDCD. Windows color (decimal): -3089785 or 8903376. OLE color: 8903376.
HSL color Cylindrical-coordinate representation of color #D0DA87: hue angle of 67.23º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0DA87 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 135 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.15 |
| HSL | 67.23º | 0.53% | 0.69% | - |
| HSV(B) | 67.23º | 0.38% | 0.85% | - |
| XYZ | 55.46 | 65.3 | 32.6 | - |
| YUV | 205.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 135 | 0.05 | 0 | 0.38 | 0.15 | 67.23 | 0.53 | 0.69 |
| Hex | D0 | DA | 87 | 5 | 0 | 26 | F | 43 | 35 | 45 |
| Octal | 320 | 332 | 207 | 5 | 0 | 46 | 17 | 103 | 65 | 105 |
| Binary | 11010000 | 11011010 | 10000111 | 101 | 0 | 100110 | 1111 | 1000011 | 110101 | 1000101 |
Color Harmonies of #D0DA87
Complementary color
Monochromatic Colors of #D0DA87
Black with #D0DA87
Text Example
Text Example
White with #D0DA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA87; }
p { color: rgb(208,218,135); }
H1.HeaderClassName
{
color: #D0DA87;
}
.AnyTagClassName
{
color: #D0DA87;
}
</style>
background-color css
<style>
a { background-color: #D0DA87; }
a { background-color: rgb(208,218,135); }
div.DivClassName
{
background-color: #D0DA87;
}
.BgClassName
{
background-color: #D0DA87;
}
</style>
border-color css
<style>
span { border-color: #D0DA87; }
span { border-color: rgb(208,218,135); }
td.TdClassName
{
border-color: #D0DA87;
}
.TagClassName
{
border-color: #D0DA87;
}
</style>