Shades of Deco #D4D988
Tints of Deco #D4D988
RGB
CMYK
RGB Variations
Color information
#D4D988 (or 0xD4D988) is known color: Deco. HEX triplet: D4, D9 and 88. RGB value is (212,217,136). Sum of RGB (Red+Green+Blue) = 212+217+136=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D988 is #2B2677. Grayscale: #CECECE. Windows color (decimal): -2827896 or 8968660. OLE color: 8968660.
HSL color Cylindrical-coordinate representation of color #D4D988: hue angle of 63.7º degrees, saturation: 0.52, 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 #D4D988 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 136 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.15 |
| HSL | 63.7º | 0.52% | 0.69% | - |
| HSV(B) | 63.7º | 0.37% | 0.85% | - |
| XYZ | 56.41 | 65.4 | 32.94 | - |
| YUV | 206.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 136 | 0.02 | 0 | 0.37 | 0.15 | 63.7 | 0.52 | 0.69 |
| Hex | D4 | D9 | 88 | 2 | 0 | 25 | F | 40 | 34 | 45 |
| Octal | 324 | 331 | 210 | 2 | 0 | 45 | 17 | 100 | 64 | 105 |
| Binary | 11010100 | 11011001 | 10001000 | 10 | 0 | 100101 | 1111 | 1000000 | 110100 | 1000101 |
Color Harmonies of #D4D988
Complementary color
Monochromatic Colors of #D4D988
Black with #D4D988
Text Example
Text Example
White with #D4D988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D988; }
p { color: rgb(212,217,136); }
H1.HeaderClassName
{
color: #D4D988;
}
.AnyTagClassName
{
color: #D4D988;
}
</style>
background-color css
<style>
a { background-color: #D4D988; }
a { background-color: rgb(212,217,136); }
div.DivClassName
{
background-color: #D4D988;
}
.BgClassName
{
background-color: #D4D988;
}
</style>
border-color css
<style>
span { border-color: #D4D988; }
span { border-color: rgb(212,217,136); }
td.TdClassName
{
border-color: #D4D988;
}
.TagClassName
{
border-color: #D4D988;
}
</style>