Shades of Deco #D0D87C
Tints of Deco #D0D87C
RGB
CMYK
RGB Variations
Color information
#D0D87C (or 0xD0D87C) is known color: Deco. HEX triplet: D0, D8 and 7C. RGB value is (208,216,124). Sum of RGB (Red+Green+Blue) = 208+216+124=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D87C is #2F2783. Grayscale: #CBCBCB. Windows color (decimal): -3090308 or 8181968. OLE color: 8181968.
HSL color Cylindrical-coordinate representation of color #D0D87C: hue angle of 65.22º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0D87C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 124 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.15 |
| HSL | 65.22º | 0.54% | 0.67% | - |
| HSV(B) | 65.22º | 0.43% | 0.85% | - |
| XYZ | 54.21 | 63.98 | 28.56 | - |
| YUV | 203.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 124 | 0.04 | 0 | 0.43 | 0.15 | 65.22 | 0.54 | 0.67 |
| Hex | D0 | D8 | 7C | 4 | 0 | 2B | F | 41 | 36 | 43 |
| Octal | 320 | 330 | 174 | 4 | 0 | 53 | 17 | 101 | 66 | 103 |
| Binary | 11010000 | 11011000 | 1111100 | 100 | 0 | 101011 | 1111 | 1000001 | 110110 | 1000011 |
Color Harmonies of #D0D87C
Complementary color
Monochromatic Colors of #D0D87C
Black with #D0D87C
Text Example
Text Example
White with #D0D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D87C; }
p { color: rgb(208,216,124); }
H1.HeaderClassName
{
color: #D0D87C;
}
.AnyTagClassName
{
color: #D0D87C;
}
</style>
background-color css
<style>
a { background-color: #D0D87C; }
a { background-color: rgb(208,216,124); }
div.DivClassName
{
background-color: #D0D87C;
}
.BgClassName
{
background-color: #D0D87C;
}
</style>
border-color css
<style>
span { border-color: #D0D87C; }
span { border-color: rgb(208,216,124); }
td.TdClassName
{
border-color: #D0D87C;
}
.TagClassName
{
border-color: #D0D87C;
}
</style>