Shades of Deco #D6D185
Tints of Deco #D6D185
RGB
CMYK
RGB Variations
Color information
#D6D185 (or 0xD6D185) is known color: Deco. HEX triplet: D6, D1 and 85. RGB value is (214,209,133). Sum of RGB (Red+Green+Blue) = 214+209+133=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D185 is #292E7A. Grayscale: #CACACA. Windows color (decimal): -2698875 or 8770006. OLE color: 8770006.
HSL color Cylindrical-coordinate representation of color #D6D185: hue angle of 56.3º 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 #D6D185 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 133 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.16 |
| HSL | 56.3º | 0.5% | 0.68% | - |
| HSV(B) | 56.3º | 0.38% | 0.84% | - |
| XYZ | 54.77 | 61.59 | 31.19 | - |
| YUV | 201.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 133 | 0 | 0.02 | 0.38 | 0.16 | 56.3 | 0.5 | 0.68 |
| Hex | D6 | D1 | 85 | 0 | 2 | 26 | 10 | 38 | 32 | 44 |
| Octal | 326 | 321 | 205 | 0 | 2 | 46 | 20 | 70 | 62 | 104 |
| Binary | 11010110 | 11010001 | 10000101 | 0 | 10 | 100110 | 10000 | 111000 | 110010 | 1000100 |
Color Harmonies of #D6D185
Complementary color
Monochromatic Colors of #D6D185
Black with #D6D185
Text Example
Text Example
White with #D6D185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D185; }
p { color: rgb(214,209,133); }
H1.HeaderClassName
{
color: #D6D185;
}
.AnyTagClassName
{
color: #D6D185;
}
</style>
background-color css
<style>
a { background-color: #D6D185; }
a { background-color: rgb(214,209,133); }
div.DivClassName
{
background-color: #D6D185;
}
.BgClassName
{
background-color: #D6D185;
}
</style>
border-color css
<style>
span { border-color: #D6D185; }
span { border-color: rgb(214,209,133); }
td.TdClassName
{
border-color: #D6D185;
}
.TagClassName
{
border-color: #D6D185;
}
</style>