Shades of Deco #D4D684
Tints of Deco #D4D684
RGB
CMYK
RGB Variations
Color information
#D4D684 (or 0xD4D684) is known color: Deco. HEX triplet: D4, D6 and 84. RGB value is (212,214,132). Sum of RGB (Red+Green+Blue) = 212+214+132=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D684 is #2B297B. Grayscale: #CCCCCC. Windows color (decimal): -2828668 or 8705748. OLE color: 8705748.
HSL color Cylindrical-coordinate representation of color #D4D684: hue angle of 61.46º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4D684 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 132 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.16 |
| HSL | 61.46º | 0.5% | 0.68% | - |
| HSV(B) | 61.46º | 0.38% | 0.84% | - |
| XYZ | 55.36 | 63.76 | 31.22 | - |
| YUV | 204.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 132 | 0.01 | 0 | 0.38 | 0.16 | 61.46 | 0.5 | 0.68 |
| Hex | D4 | D6 | 84 | 1 | 0 | 26 | 10 | 3D | 32 | 44 |
| Octal | 324 | 326 | 204 | 1 | 0 | 46 | 20 | 75 | 62 | 104 |
| Binary | 11010100 | 11010110 | 10000100 | 1 | 0 | 100110 | 10000 | 111101 | 110010 | 1000100 |
Color Harmonies of #D4D684
Complementary color
Monochromatic Colors of #D4D684
Black with #D4D684
Text Example
Text Example
White with #D4D684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D684; }
p { color: rgb(212,214,132); }
H1.HeaderClassName
{
color: #D4D684;
}
.AnyTagClassName
{
color: #D4D684;
}
</style>
background-color css
<style>
a { background-color: #D4D684; }
a { background-color: rgb(212,214,132); }
div.DivClassName
{
background-color: #D4D684;
}
.BgClassName
{
background-color: #D4D684;
}
</style>
border-color css
<style>
span { border-color: #D4D684; }
span { border-color: rgb(212,214,132); }
td.TdClassName
{
border-color: #D4D684;
}
.TagClassName
{
border-color: #D4D684;
}
</style>