Shades of Deco #D1D87D
Tints of Deco #D1D87D
RGB
CMYK
RGB Variations
Color information
#D1D87D (or 0xD1D87D) is known color: Deco. HEX triplet: D1, D8 and 7D. RGB value is (209,216,125). Sum of RGB (Red+Green+Blue) = 209+216+125=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D87D is #2E2782. Grayscale: #CBCBCB. Windows color (decimal): -3024771 or 8247505. OLE color: 8247505.
HSL color Cylindrical-coordinate representation of color #D1D87D: hue angle of 64.62º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1D87D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 125 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.15 |
| HSL | 64.62º | 0.54% | 0.67% | - |
| HSV(B) | 64.62º | 0.42% | 0.85% | - |
| XYZ | 54.55 | 64.15 | 28.91 | - |
| YUV | 203.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 125 | 0.03 | 0 | 0.42 | 0.15 | 64.62 | 0.54 | 0.67 |
| Hex | D1 | D8 | 7D | 3 | 0 | 2A | F | 41 | 36 | 43 |
| Octal | 321 | 330 | 175 | 3 | 0 | 52 | 17 | 101 | 66 | 103 |
| Binary | 11010001 | 11011000 | 1111101 | 11 | 0 | 101010 | 1111 | 1000001 | 110110 | 1000011 |
Color Harmonies of #D1D87D
Complementary color
Monochromatic Colors of #D1D87D
Black with #D1D87D
Text Example
Text Example
White with #D1D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D87D; }
p { color: rgb(209,216,125); }
H1.HeaderClassName
{
color: #D1D87D;
}
.AnyTagClassName
{
color: #D1D87D;
}
</style>
background-color css
<style>
a { background-color: #D1D87D; }
a { background-color: rgb(209,216,125); }
div.DivClassName
{
background-color: #D1D87D;
}
.BgClassName
{
background-color: #D1D87D;
}
</style>
border-color css
<style>
span { border-color: #D1D87D; }
span { border-color: rgb(209,216,125); }
td.TdClassName
{
border-color: #D1D87D;
}
.TagClassName
{
border-color: #D1D87D;
}
</style>