Shades of Deco #D1DA87
Tints of Deco #D1DA87
RGB
CMYK
RGB Variations
Color information
#D1DA87 (or 0xD1DA87) is known color: Deco. HEX triplet: D1, DA and 87. RGB value is (209,218,135). Sum of RGB (Red+Green+Blue) = 209+218+135=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 135 (53.12% from 255 or 24.02% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DA87 is #2E2578. Grayscale: #CECECE. Windows color (decimal): -3024249 or 8903377. OLE color: 8903377.
HSL color Cylindrical-coordinate representation of color #D1DA87: hue angle of 66.51º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1DA87 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 135 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.15 |
| HSL | 66.51º | 0.53% | 0.69% | - |
| HSV(B) | 66.51º | 0.38% | 0.85% | - |
| XYZ | 55.74 | 65.45 | 32.62 | - |
| YUV | 205.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 135 | 0.04 | 0 | 0.38 | 0.15 | 66.51 | 0.53 | 0.69 |
| Hex | D1 | DA | 87 | 4 | 0 | 26 | F | 43 | 35 | 45 |
| Octal | 321 | 332 | 207 | 4 | 0 | 46 | 17 | 103 | 65 | 105 |
| Binary | 11010001 | 11011010 | 10000111 | 100 | 0 | 100110 | 1111 | 1000011 | 110101 | 1000101 |
Color Harmonies of #D1DA87
Complementary color
Monochromatic Colors of #D1DA87
Black with #D1DA87
Text Example
Text Example
White with #D1DA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA87; }
p { color: rgb(209,218,135); }
H1.HeaderClassName
{
color: #D1DA87;
}
.AnyTagClassName
{
color: #D1DA87;
}
</style>
background-color css
<style>
a { background-color: #D1DA87; }
a { background-color: rgb(209,218,135); }
div.DivClassName
{
background-color: #D1DA87;
}
.BgClassName
{
background-color: #D1DA87;
}
</style>
border-color css
<style>
span { border-color: #D1DA87; }
span { border-color: rgb(209,218,135); }
td.TdClassName
{
border-color: #D1DA87;
}
.TagClassName
{
border-color: #D1DA87;
}
</style>