Shades of Deco #D4D888
Tints of Deco #D4D888
RGB
CMYK
RGB Variations
Color information
#D4D888 (or 0xD4D888) is known color: Deco. HEX triplet: D4, D8 and 88. RGB value is (212,216,136). Sum of RGB (Red+Green+Blue) = 212+216+136=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D888 is #2B2777. Grayscale: #CECECE. Windows color (decimal): -2828152 or 8968404. OLE color: 8968404.
HSL color Cylindrical-coordinate representation of color #D4D888: hue angle of 63º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4D888 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 136 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.15 |
| HSL | 63º | 0.51% | 0.69% | - |
| HSV(B) | 63º | 0.37% | 0.85% | - |
| XYZ | 56.15 | 64.89 | 32.86 | - |
| YUV | 205.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 136 | 0.02 | 0 | 0.37 | 0.15 | 63 | 0.51 | 0.69 |
| Hex | D4 | D8 | 88 | 2 | 0 | 25 | F | 3F | 33 | 45 |
| Octal | 324 | 330 | 210 | 2 | 0 | 45 | 17 | 77 | 63 | 105 |
| Binary | 11010100 | 11011000 | 10001000 | 10 | 0 | 100101 | 1111 | 111111 | 110011 | 1000101 |
Color Harmonies of #D4D888
Complementary color
Monochromatic Colors of #D4D888
Black with #D4D888
Text Example
Text Example
White with #D4D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D888; }
p { color: rgb(212,216,136); }
H1.HeaderClassName
{
color: #D4D888;
}
.AnyTagClassName
{
color: #D4D888;
}
</style>
background-color css
<style>
a { background-color: #D4D888; }
a { background-color: rgb(212,216,136); }
div.DivClassName
{
background-color: #D4D888;
}
.BgClassName
{
background-color: #D4D888;
}
</style>
border-color css
<style>
span { border-color: #D4D888; }
span { border-color: rgb(212,216,136); }
td.TdClassName
{
border-color: #D4D888;
}
.TagClassName
{
border-color: #D4D888;
}
</style>