Shades of Deco #D1D287
Tints of Deco #D1D287
RGB
CMYK
RGB Variations
Color information
#D1D287 (or 0xD1D287) is known color: Deco. HEX triplet: D1, D2 and 87. RGB value is (209,210,135). Sum of RGB (Red+Green+Blue) = 209+210+135=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D287 is #2E2D78. Grayscale: #C9C9C9. Windows color (decimal): -3026297 or 8901329. OLE color: 8901329.
HSL color Cylindrical-coordinate representation of color #D1D287: hue angle of 60.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1D287 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 135 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.18 |
| HSL | 60.8º | 0.45% | 0.68% | - |
| HSV(B) | 60.8º | 0.36% | 0.82% | - |
| XYZ | 53.71 | 61.4 | 31.94 | - |
| YUV | 201.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 135 | 0.00 | 0 | 0.36 | 0.18 | 60.8 | 0.45 | 0.68 |
| Hex | D1 | D2 | 87 | 0 | 0 | 24 | 12 | 3D | 2D | 44 |
| Octal | 321 | 322 | 207 | 0 | 0 | 44 | 22 | 75 | 55 | 104 |
| Binary | 11010001 | 11010010 | 10000111 | 0 | 0 | 100100 | 10010 | 111101 | 101101 | 1000100 |
Color Harmonies of #D1D287
Complementary color
Monochromatic Colors of #D1D287
Black with #D1D287
Text Example
Text Example
White with #D1D287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D287; }
p { color: rgb(209,210,135); }
H1.HeaderClassName
{
color: #D1D287;
}
.AnyTagClassName
{
color: #D1D287;
}
</style>
background-color css
<style>
a { background-color: #D1D287; }
a { background-color: rgb(209,210,135); }
div.DivClassName
{
background-color: #D1D287;
}
.BgClassName
{
background-color: #D1D287;
}
</style>
border-color css
<style>
span { border-color: #D1D287; }
span { border-color: rgb(209,210,135); }
td.TdClassName
{
border-color: #D1D287;
}
.TagClassName
{
border-color: #D1D287;
}
</style>