Shades of Deco #D4D488
Tints of Deco #D4D488
RGB
CMYK
RGB Variations
Color information
#D4D488 (or 0xD4D488) is known color: Deco. HEX triplet: D4, D4 and 88. RGB value is (212,212,136). Sum of RGB (Red+Green+Blue) = 212+212+136=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D488 is #2B2B77. Grayscale: #CBCBCB. Windows color (decimal): -2829176 or 8967380. OLE color: 8967380.
HSL color Cylindrical-coordinate representation of color #D4D488: hue angle of 60º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4D488 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 136 | - |
| CMYK | 0 | 0 | 0.36 | 0.17 |
| HSL | 60º | 0.47% | 0.68% | - |
| HSV(B) | 60º | 0.36% | 0.83% | - |
| XYZ | 55.14 | 62.86 | 32.52 | - |
| YUV | 203.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 136 | 0 | 0 | 0.36 | 0.17 | 60 | 0.47 | 0.68 |
| Hex | D4 | D4 | 88 | 0 | 0 | 24 | 11 | 3C | 2F | 44 |
| Octal | 324 | 324 | 210 | 0 | 0 | 44 | 21 | 74 | 57 | 104 |
| Binary | 11010100 | 11010100 | 10001000 | 0 | 0 | 100100 | 10001 | 111100 | 101111 | 1000100 |
Color Harmonies of #D4D488
Complementary color
Monochromatic Colors of #D4D488
Black with #D4D488
Text Example
Text Example
White with #D4D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D488; }
p { color: rgb(212,212,136); }
H1.HeaderClassName
{
color: #D4D488;
}
.AnyTagClassName
{
color: #D4D488;
}
</style>
background-color css
<style>
a { background-color: #D4D488; }
a { background-color: rgb(212,212,136); }
div.DivClassName
{
background-color: #D4D488;
}
.BgClassName
{
background-color: #D4D488;
}
</style>
border-color css
<style>
span { border-color: #D4D488; }
span { border-color: rgb(212,212,136); }
td.TdClassName
{
border-color: #D4D488;
}
.TagClassName
{
border-color: #D4D488;
}
</style>