Shades of Deco #D1D87C
Tints of Deco #D1D87C
RGB
CMYK
RGB Variations
Color information
#D1D87C (or 0xD1D87C) is known color: Deco. HEX triplet: D1, D8 and 7C. RGB value is (209,216,124). Sum of RGB (Red+Green+Blue) = 209+216+124=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D87C is #2E2783. Grayscale: #CBCBCB. Windows color (decimal): -3024772 or 8181969. OLE color: 8181969.
HSL color Cylindrical-coordinate representation of color #D1D87C: hue angle of 64.57º 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 #D1D87C is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 124 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.15 |
| HSL | 64.57º | 0.54% | 0.67% | - |
| HSV(B) | 64.57º | 0.43% | 0.85% | - |
| XYZ | 54.49 | 64.12 | 28.57 | - |
| YUV | 203.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 124 | 0.03 | 0 | 0.43 | 0.15 | 64.57 | 0.54 | 0.67 |
| Hex | D1 | D8 | 7C | 3 | 0 | 2B | F | 41 | 36 | 43 |
| Octal | 321 | 330 | 174 | 3 | 0 | 53 | 17 | 101 | 66 | 103 |
| Binary | 11010001 | 11011000 | 1111100 | 11 | 0 | 101011 | 1111 | 1000001 | 110110 | 1000011 |
Color Harmonies of #D1D87C
Complementary color
Monochromatic Colors of #D1D87C
Black with #D1D87C
Text Example
Text Example
White with #D1D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D87C; }
p { color: rgb(209,216,124); }
H1.HeaderClassName
{
color: #D1D87C;
}
.AnyTagClassName
{
color: #D1D87C;
}
</style>
background-color css
<style>
a { background-color: #D1D87C; }
a { background-color: rgb(209,216,124); }
div.DivClassName
{
background-color: #D1D87C;
}
.BgClassName
{
background-color: #D1D87C;
}
</style>
border-color css
<style>
span { border-color: #D1D87C; }
span { border-color: rgb(209,216,124); }
td.TdClassName
{
border-color: #D1D87C;
}
.TagClassName
{
border-color: #D1D87C;
}
</style>