Shades of Deco #D2D87B
Tints of Deco #D2D87B
RGB
CMYK
RGB Variations
Color information
#D2D87B (or 0xD2D87B) is known color: Deco. HEX triplet: D2, D8 and 7B. RGB value is (210,216,123). Sum of RGB (Red+Green+Blue) = 210+216+123=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D87B is #2D2784. Grayscale: #CBCBCB. Windows color (decimal): -2959237 or 8116434. OLE color: 8116434.
HSL color Cylindrical-coordinate representation of color #D2D87B: hue angle of 63.87º 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 #D2D87B is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 216 | 123 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.15 |
| HSL | 63.87º | 0.54% | 0.66% | - |
| HSV(B) | 63.87º | 0.43% | 0.85% | - |
| XYZ | 54.71 | 64.24 | 28.26 | - |
| YUV | 203.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 123 | 0.03 | 0 | 0.43 | 0.15 | 63.87 | 0.54 | 0.66 |
| Hex | D2 | D8 | 7B | 3 | 0 | 2B | F | 40 | 36 | 42 |
| Octal | 322 | 330 | 173 | 3 | 0 | 53 | 17 | 100 | 66 | 102 |
| Binary | 11010010 | 11011000 | 1111011 | 11 | 0 | 101011 | 1111 | 1000000 | 110110 | 1000010 |
Color Harmonies of #D2D87B
Complementary color
Monochromatic Colors of #D2D87B
Black with #D2D87B
Text Example
Text Example
White with #D2D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D87B; }
p { color: rgb(210,216,123); }
H1.HeaderClassName
{
color: #D2D87B;
}
.AnyTagClassName
{
color: #D2D87B;
}
</style>
background-color css
<style>
a { background-color: #D2D87B; }
a { background-color: rgb(210,216,123); }
div.DivClassName
{
background-color: #D2D87B;
}
.BgClassName
{
background-color: #D2D87B;
}
</style>
border-color css
<style>
span { border-color: #D2D87B; }
span { border-color: rgb(210,216,123); }
td.TdClassName
{
border-color: #D2D87B;
}
.TagClassName
{
border-color: #D2D87B;
}
</style>