Shades of Deco #D4D88F
Tints of Deco #D4D88F
RGB
CMYK
RGB Variations
Color information
#D4D88F (or 0xD4D88F) is known color: Deco. HEX triplet: D4, D8 and 8F. RGB value is (212,216,143). Sum of RGB (Red+Green+Blue) = 212+216+143=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D88F is #2B2770. Grayscale: #CECECE. Windows color (decimal): -2828145 or 9427156. OLE color: 9427156.
HSL color Cylindrical-coordinate representation of color #D4D88F: hue angle of 63.29º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4D88F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 143 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.15 |
| HSL | 63.29º | 0.48% | 0.7% | - |
| HSV(B) | 63.29º | 0.34% | 0.85% | - |
| XYZ | 56.67 | 65.09 | 35.56 | - |
| YUV | 206.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 143 | 0.02 | 0 | 0.34 | 0.15 | 63.29 | 0.48 | 0.7 |
| Hex | D4 | D8 | 8F | 2 | 0 | 22 | F | 3F | 30 | 46 |
| Octal | 324 | 330 | 217 | 2 | 0 | 42 | 17 | 77 | 60 | 106 |
| Binary | 11010100 | 11011000 | 10001111 | 10 | 0 | 100010 | 1111 | 111111 | 110000 | 1000110 |
Color Harmonies of #D4D88F
Complementary color
Monochromatic Colors of #D4D88F
Black with #D4D88F
Text Example
Text Example
White with #D4D88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D88F; }
p { color: rgb(212,216,143); }
H1.HeaderClassName
{
color: #D4D88F;
}
.AnyTagClassName
{
color: #D4D88F;
}
</style>
background-color css
<style>
a { background-color: #D4D88F; }
a { background-color: rgb(212,216,143); }
div.DivClassName
{
background-color: #D4D88F;
}
.BgClassName
{
background-color: #D4D88F;
}
</style>
border-color css
<style>
span { border-color: #D4D88F; }
span { border-color: rgb(212,216,143); }
td.TdClassName
{
border-color: #D4D88F;
}
.TagClassName
{
border-color: #D4D88F;
}
</style>