Shades of Deco #D4D87D
Tints of Deco #D4D87D
RGB
CMYK
RGB Variations
Color information
#D4D87D (or 0xD4D87D) is known color: Deco. HEX triplet: D4, D8 and 7D. RGB value is (212,216,125). Sum of RGB (Red+Green+Blue) = 212+216+125=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D87D is #2B2782. Grayscale: #CCCCCC. Windows color (decimal): -2828163 or 8247508. OLE color: 8247508.
HSL color Cylindrical-coordinate representation of color #D4D87D: hue angle of 62.64º 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 #D4D87D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 125 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.15 |
| HSL | 62.64º | 0.54% | 0.67% | - |
| HSV(B) | 62.64º | 0.42% | 0.85% | - |
| XYZ | 55.41 | 64.59 | 28.95 | - |
| YUV | 204.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 125 | 0.02 | 0 | 0.42 | 0.15 | 62.64 | 0.54 | 0.67 |
| Hex | D4 | D8 | 7D | 2 | 0 | 2A | F | 3F | 36 | 43 |
| Octal | 324 | 330 | 175 | 2 | 0 | 52 | 17 | 77 | 66 | 103 |
| Binary | 11010100 | 11011000 | 1111101 | 10 | 0 | 101010 | 1111 | 111111 | 110110 | 1000011 |
Color Harmonies of #D4D87D
Complementary color
Monochromatic Colors of #D4D87D
Black with #D4D87D
Text Example
Text Example
White with #D4D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D87D; }
p { color: rgb(212,216,125); }
H1.HeaderClassName
{
color: #D4D87D;
}
.AnyTagClassName
{
color: #D4D87D;
}
</style>
background-color css
<style>
a { background-color: #D4D87D; }
a { background-color: rgb(212,216,125); }
div.DivClassName
{
background-color: #D4D87D;
}
.BgClassName
{
background-color: #D4D87D;
}
</style>
border-color css
<style>
span { border-color: #D4D87D; }
span { border-color: rgb(212,216,125); }
td.TdClassName
{
border-color: #D4D87D;
}
.TagClassName
{
border-color: #D4D87D;
}
</style>