Shades of Deco #D0D878
Tints of Deco #D0D878
RGB
CMYK
RGB Variations
Color information
#D0D878 (or 0xD0D878) is known color: Deco. HEX triplet: D0, D8 and 78. RGB value is (208,216,120). Sum of RGB (Red+Green+Blue) = 208+216+120=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D878 is #2F2787. Grayscale: #CBCBCB. Windows color (decimal): -3090312 or 7919824. OLE color: 7919824.
HSL color Cylindrical-coordinate representation of color #D0D878: hue angle of 65º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0D878 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 120 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.15 |
| HSL | 65º | 0.55% | 0.66% | - |
| HSV(B) | 65º | 0.44% | 0.85% | - |
| XYZ | 53.96 | 63.88 | 27.26 | - |
| YUV | 202.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 120 | 0.04 | 0 | 0.44 | 0.15 | 65 | 0.55 | 0.66 |
| Hex | D0 | D8 | 78 | 4 | 0 | 2C | F | 41 | 37 | 42 |
| Octal | 320 | 330 | 170 | 4 | 0 | 54 | 17 | 101 | 67 | 102 |
| Binary | 11010000 | 11011000 | 1111000 | 100 | 0 | 101100 | 1111 | 1000001 | 110111 | 1000010 |
Color Harmonies of #D0D878
Complementary color
Monochromatic Colors of #D0D878
Black with #D0D878
Text Example
Text Example
White with #D0D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D878; }
p { color: rgb(208,216,120); }
H1.HeaderClassName
{
color: #D0D878;
}
.AnyTagClassName
{
color: #D0D878;
}
</style>
background-color css
<style>
a { background-color: #D0D878; }
a { background-color: rgb(208,216,120); }
div.DivClassName
{
background-color: #D0D878;
}
.BgClassName
{
background-color: #D0D878;
}
</style>
border-color css
<style>
span { border-color: #D0D878; }
span { border-color: rgb(208,216,120); }
td.TdClassName
{
border-color: #D0D878;
}
.TagClassName
{
border-color: #D0D878;
}
</style>