Shades of Deco #D5D87F
Tints of Deco #D5D87F
RGB
CMYK
RGB Variations
Color information
#D5D87F (or 0xD5D87F) is known color: Deco. HEX triplet: D5, D8 and 7F. RGB value is (213,216,127). Sum of RGB (Red+Green+Blue) = 213+216+127=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D87F is #2A2780. Grayscale: #CDCDCD. Windows color (decimal): -2762625 or 8378581. OLE color: 8378581.
HSL color Cylindrical-coordinate representation of color #D5D87F: hue angle of 62.02º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5D87F is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 127 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.15 |
| HSL | 62.02º | 0.53% | 0.67% | - |
| HSV(B) | 62.02º | 0.41% | 0.85% | - |
| XYZ | 55.83 | 64.79 | 29.64 | - |
| YUV | 204.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 127 | 0.01 | 0 | 0.41 | 0.15 | 62.02 | 0.53 | 0.67 |
| Hex | D5 | D8 | 7F | 1 | 0 | 29 | F | 3E | 35 | 43 |
| Octal | 325 | 330 | 177 | 1 | 0 | 51 | 17 | 76 | 65 | 103 |
| Binary | 11010101 | 11011000 | 1111111 | 1 | 0 | 101001 | 1111 | 111110 | 110101 | 1000011 |
Color Harmonies of #D5D87F
Complementary color
Monochromatic Colors of #D5D87F
Black with #D5D87F
Text Example
Text Example
White with #D5D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D87F; }
p { color: rgb(213,216,127); }
H1.HeaderClassName
{
color: #D5D87F;
}
.AnyTagClassName
{
color: #D5D87F;
}
</style>
background-color css
<style>
a { background-color: #D5D87F; }
a { background-color: rgb(213,216,127); }
div.DivClassName
{
background-color: #D5D87F;
}
.BgClassName
{
background-color: #D5D87F;
}
</style>
border-color css
<style>
span { border-color: #D5D87F; }
span { border-color: rgb(213,216,127); }
td.TdClassName
{
border-color: #D5D87F;
}
.TagClassName
{
border-color: #D5D87F;
}
</style>