Shades of Deco #D4D87F
Tints of Deco #D4D87F
RGB
CMYK
RGB Variations
Color information
#D4D87F (or 0xD4D87F) is known color: Deco. HEX triplet: D4, D8 and 7F. RGB value is (212,216,127). Sum of RGB (Red+Green+Blue) = 212+216+127=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D87F is #2B2780. Grayscale: #CDCDCD. Windows color (decimal): -2828161 or 8378580. OLE color: 8378580.
HSL color Cylindrical-coordinate representation of color #D4D87F: hue angle of 62.7º 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 #D4D87F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 127 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.15 |
| HSL | 62.7º | 0.53% | 0.67% | - |
| HSV(B) | 62.7º | 0.41% | 0.85% | - |
| XYZ | 55.54 | 64.64 | 29.63 | - |
| YUV | 204.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 127 | 0.02 | 0 | 0.41 | 0.15 | 62.7 | 0.53 | 0.67 |
| Hex | D4 | D8 | 7F | 2 | 0 | 29 | F | 3F | 35 | 43 |
| Octal | 324 | 330 | 177 | 2 | 0 | 51 | 17 | 77 | 65 | 103 |
| Binary | 11010100 | 11011000 | 1111111 | 10 | 0 | 101001 | 1111 | 111111 | 110101 | 1000011 |
Color Harmonies of #D4D87F
Complementary color
Monochromatic Colors of #D4D87F
Black with #D4D87F
Text Example
Text Example
White with #D4D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D87F; }
p { color: rgb(212,216,127); }
H1.HeaderClassName
{
color: #D4D87F;
}
.AnyTagClassName
{
color: #D4D87F;
}
</style>
background-color css
<style>
a { background-color: #D4D87F; }
a { background-color: rgb(212,216,127); }
div.DivClassName
{
background-color: #D4D87F;
}
.BgClassName
{
background-color: #D4D87F;
}
</style>
border-color css
<style>
span { border-color: #D4D87F; }
span { border-color: rgb(212,216,127); }
td.TdClassName
{
border-color: #D4D87F;
}
.TagClassName
{
border-color: #D4D87F;
}
</style>