Shades of Deco #D1D87B
Tints of Deco #D1D87B
RGB
CMYK
RGB Variations
Color information
#D1D87B (or 0xD1D87B) is known color: Deco. HEX triplet: D1, D8 and 7B. RGB value is (209,216,123). Sum of RGB (Red+Green+Blue) = 209+216+123=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D87B is #2E2784. Grayscale: #CBCBCB. Windows color (decimal): -3024773 or 8116433. OLE color: 8116433.
HSL color Cylindrical-coordinate representation of color #D1D87B: hue angle of 64.52º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1D87B is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 123 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.15 |
| HSL | 64.52º | 0.54% | 0.66% | - |
| HSV(B) | 64.52º | 0.43% | 0.85% | - |
| XYZ | 54.43 | 64.1 | 28.24 | - |
| YUV | 203.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 123 | 0.03 | 0 | 0.43 | 0.15 | 64.52 | 0.54 | 0.66 |
| Hex | D1 | D8 | 7B | 3 | 0 | 2B | F | 41 | 36 | 42 |
| Octal | 321 | 330 | 173 | 3 | 0 | 53 | 17 | 101 | 66 | 102 |
| Binary | 11010001 | 11011000 | 1111011 | 11 | 0 | 101011 | 1111 | 1000001 | 110110 | 1000010 |
Color Harmonies of #D1D87B
Complementary color
Monochromatic Colors of #D1D87B
Black with #D1D87B
Text Example
Text Example
White with #D1D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D87B; }
p { color: rgb(209,216,123); }
H1.HeaderClassName
{
color: #D1D87B;
}
.AnyTagClassName
{
color: #D1D87B;
}
</style>
background-color css
<style>
a { background-color: #D1D87B; }
a { background-color: rgb(209,216,123); }
div.DivClassName
{
background-color: #D1D87B;
}
.BgClassName
{
background-color: #D1D87B;
}
</style>
border-color css
<style>
span { border-color: #D1D87B; }
span { border-color: rgb(209,216,123); }
td.TdClassName
{
border-color: #D1D87B;
}
.TagClassName
{
border-color: #D1D87B;
}
</style>