Shades of Deco #D5D87D
Tints of Deco #D5D87D
RGB
CMYK
RGB Variations
Color information
#D5D87D (or 0xD5D87D) is known color: Deco. HEX triplet: D5, D8 and 7D. RGB value is (213,216,125). Sum of RGB (Red+Green+Blue) = 213+216+125=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D87D is #2A2782. Grayscale: #CDCDCD. Windows color (decimal): -2762627 or 8247509. OLE color: 8247509.
HSL color Cylindrical-coordinate representation of color #D5D87D: hue angle of 61.98º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5D87D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 125 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.15 |
| HSL | 61.98º | 0.54% | 0.67% | - |
| HSV(B) | 61.98º | 0.42% | 0.85% | - |
| XYZ | 55.7 | 64.74 | 28.96 | - |
| YUV | 204.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 125 | 0.01 | 0 | 0.42 | 0.15 | 61.98 | 0.54 | 0.67 |
| Hex | D5 | D8 | 7D | 1 | 0 | 2A | F | 3E | 36 | 43 |
| Octal | 325 | 330 | 175 | 1 | 0 | 52 | 17 | 76 | 66 | 103 |
| Binary | 11010101 | 11011000 | 1111101 | 1 | 0 | 101010 | 1111 | 111110 | 110110 | 1000011 |
Color Harmonies of #D5D87D
Complementary color
Monochromatic Colors of #D5D87D
Black with #D5D87D
Text Example
Text Example
White with #D5D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D87D; }
p { color: rgb(213,216,125); }
H1.HeaderClassName
{
color: #D5D87D;
}
.AnyTagClassName
{
color: #D5D87D;
}
</style>
background-color css
<style>
a { background-color: #D5D87D; }
a { background-color: rgb(213,216,125); }
div.DivClassName
{
background-color: #D5D87D;
}
.BgClassName
{
background-color: #D5D87D;
}
</style>
border-color css
<style>
span { border-color: #D5D87D; }
span { border-color: rgb(213,216,125); }
td.TdClassName
{
border-color: #D5D87D;
}
.TagClassName
{
border-color: #D5D87D;
}
</style>