Shades of Deco #D2D684
Tints of Deco #D2D684
RGB
CMYK
RGB Variations
Color information
#D2D684 (or 0xD2D684) is known color: Deco. HEX triplet: D2, D6 and 84. RGB value is (210,214,132). Sum of RGB (Red+Green+Blue) = 210+214+132=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D684 is #2D297B. Grayscale: #CBCBCB. Windows color (decimal): -2959740 or 8705746. OLE color: 8705746.
HSL color Cylindrical-coordinate representation of color #D2D684: hue angle of 62.93º 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 #D2D684 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 132 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.16 |
| HSL | 62.93º | 0.5% | 0.68% | - |
| HSV(B) | 62.93º | 0.38% | 0.84% | - |
| XYZ | 54.79 | 63.46 | 31.19 | - |
| YUV | 203.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 132 | 0.02 | 0 | 0.38 | 0.16 | 62.93 | 0.5 | 0.68 |
| Hex | D2 | D6 | 84 | 2 | 0 | 26 | 10 | 3F | 32 | 44 |
| Octal | 322 | 326 | 204 | 2 | 0 | 46 | 20 | 77 | 62 | 104 |
| Binary | 11010010 | 11010110 | 10000100 | 10 | 0 | 100110 | 10000 | 111111 | 110010 | 1000100 |
Color Harmonies of #D2D684
Complementary color
Monochromatic Colors of #D2D684
Black with #D2D684
Text Example
Text Example
White with #D2D684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D684; }
p { color: rgb(210,214,132); }
H1.HeaderClassName
{
color: #D2D684;
}
.AnyTagClassName
{
color: #D2D684;
}
</style>
background-color css
<style>
a { background-color: #D2D684; }
a { background-color: rgb(210,214,132); }
div.DivClassName
{
background-color: #D2D684;
}
.BgClassName
{
background-color: #D2D684;
}
</style>
border-color css
<style>
span { border-color: #D2D684; }
span { border-color: rgb(210,214,132); }
td.TdClassName
{
border-color: #D2D684;
}
.TagClassName
{
border-color: #D2D684;
}
</style>