Shades of Deco #D6D484
Tints of Deco #D6D484
RGB
CMYK
RGB Variations
Color information
#D6D484 (or 0xD6D484) is known color: Deco. HEX triplet: D6, D4 and 84. RGB value is (214,212,132). Sum of RGB (Red+Green+Blue) = 214+212+132=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D484 is #292B7B. Grayscale: #CBCBCB. Windows color (decimal): -2698108 or 8705238. OLE color: 8705238.
HSL color Cylindrical-coordinate representation of color #D6D484: hue angle of 58.54º 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 #D6D484 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 132 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.16 |
| HSL | 58.54º | 0.5% | 0.68% | - |
| HSV(B) | 58.54º | 0.38% | 0.84% | - |
| XYZ | 55.44 | 63.05 | 31.08 | - |
| YUV | 203.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 132 | 0 | 0.01 | 0.38 | 0.16 | 58.54 | 0.5 | 0.68 |
| Hex | D6 | D4 | 84 | 0 | 1 | 26 | 10 | 3B | 32 | 44 |
| Octal | 326 | 324 | 204 | 0 | 1 | 46 | 20 | 73 | 62 | 104 |
| Binary | 11010110 | 11010100 | 10000100 | 0 | 1 | 100110 | 10000 | 111011 | 110010 | 1000100 |
Color Harmonies of #D6D484
Complementary color
Monochromatic Colors of #D6D484
Black with #D6D484
Text Example
Text Example
White with #D6D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D484; }
p { color: rgb(214,212,132); }
H1.HeaderClassName
{
color: #D6D484;
}
.AnyTagClassName
{
color: #D6D484;
}
</style>
background-color css
<style>
a { background-color: #D6D484; }
a { background-color: rgb(214,212,132); }
div.DivClassName
{
background-color: #D6D484;
}
.BgClassName
{
background-color: #D6D484;
}
</style>
border-color css
<style>
span { border-color: #D6D484; }
span { border-color: rgb(214,212,132); }
td.TdClassName
{
border-color: #D6D484;
}
.TagClassName
{
border-color: #D6D484;
}
</style>