Shades of Deco #D3DF87
Tints of Deco #D3DF87
RGB
CMYK
RGB Variations
Color information
#D3DF87 (or 0xD3DF87) is known color: Deco. HEX triplet: D3, DF and 87. RGB value is (211,223,135). Sum of RGB (Red+Green+Blue) = 211+223+135=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DF87 is #2C2078. Grayscale: #D1D1D1. Windows color (decimal): -2891897 or 8904659. OLE color: 8904659.
HSL color Cylindrical-coordinate representation of color #D3DF87: hue angle of 68.18º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3DF87 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 135 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.13 |
| HSL | 68.18º | 0.58% | 0.7% | - |
| HSV(B) | 68.18º | 0.39% | 0.87% | - |
| XYZ | 57.62 | 68.37 | 33.08 | - |
| YUV | 209.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 135 | 0.05 | 0 | 0.39 | 0.13 | 68.18 | 0.58 | 0.7 |
| Hex | D3 | DF | 87 | 5 | 0 | 27 | D | 44 | 3A | 46 |
| Octal | 323 | 337 | 207 | 5 | 0 | 47 | 15 | 104 | 72 | 106 |
| Binary | 11010011 | 11011111 | 10000111 | 101 | 0 | 100111 | 1101 | 1000100 | 111010 | 1000110 |
Color Harmonies of #D3DF87
Complementary color
Monochromatic Colors of #D3DF87
Black with #D3DF87
Text Example
Text Example
White with #D3DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF87; }
p { color: rgb(211,223,135); }
H1.HeaderClassName
{
color: #D3DF87;
}
.AnyTagClassName
{
color: #D3DF87;
}
</style>
background-color css
<style>
a { background-color: #D3DF87; }
a { background-color: rgb(211,223,135); }
div.DivClassName
{
background-color: #D3DF87;
}
.BgClassName
{
background-color: #D3DF87;
}
</style>
border-color css
<style>
span { border-color: #D3DF87; }
span { border-color: rgb(211,223,135); }
td.TdClassName
{
border-color: #D3DF87;
}
.TagClassName
{
border-color: #D3DF87;
}
</style>