Shades of Putty #D6A86C
Tints of Putty #D6A86C
RGB
CMYK
RGB Variations
Color information
#D6A86C (or 0xD6A86C) is known color: Putty. HEX triplet: D6, A8 and 6C. RGB value is (214,168,108). Sum of RGB (Red+Green+Blue) = 214+168+108=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A86C is #295793. Grayscale: #AFAFAF. Windows color (decimal): -2709396 or 7121110. OLE color: 7121110.
HSL color Cylindrical-coordinate representation of color #D6A86C: hue angle of 33.96º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6A86C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 108 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.16 |
| HSL | 33.96º | 0.56% | 0.63% | - |
| HSV(B) | 33.96º | 0.5% | 0.84% | - |
| XYZ | 44.44 | 43.38 | 20.22 | - |
| YUV | 174.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 108 | 0 | 0.21 | 0.50 | 0.16 | 33.96 | 0.56 | 0.63 |
| Hex | D6 | A8 | 6C | 0 | 15 | 32 | 10 | 22 | 38 | 3F |
| Octal | 326 | 250 | 154 | 0 | 25 | 62 | 20 | 42 | 70 | 77 |
| Binary | 11010110 | 10101000 | 1101100 | 0 | 10101 | 110010 | 10000 | 100010 | 111000 | 111111 |
Color Harmonies of #D6A86C
Complementary color
Monochromatic Colors of #D6A86C
Black with #D6A86C
Text Example
Text Example
White with #D6A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A86C; }
p { color: rgb(214,168,108); }
H1.HeaderClassName
{
color: #D6A86C;
}
.AnyTagClassName
{
color: #D6A86C;
}
</style>
background-color css
<style>
a { background-color: #D6A86C; }
a { background-color: rgb(214,168,108); }
div.DivClassName
{
background-color: #D6A86C;
}
.BgClassName
{
background-color: #D6A86C;
}
</style>
border-color css
<style>
span { border-color: #D6A86C; }
span { border-color: rgb(214,168,108); }
td.TdClassName
{
border-color: #D6A86C;
}
.TagClassName
{
border-color: #D6A86C;
}
</style>