Shades of Putty #D6A86E
Tints of Putty #D6A86E
RGB
CMYK
RGB Variations
Color information
#D6A86E (or 0xD6A86E) is known color: Putty. HEX triplet: D6, A8 and 6E. RGB value is (214,168,110). Sum of RGB (Red+Green+Blue) = 214+168+110=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A86E is #295791. Grayscale: #AFAFAF. Windows color (decimal): -2709394 or 7252182. OLE color: 7252182.
HSL color Cylindrical-coordinate representation of color #D6A86E: hue angle of 33.46º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6A86E is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 110 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.16 |
| HSL | 33.46º | 0.56% | 0.64% | - |
| HSV(B) | 33.46º | 0.49% | 0.84% | - |
| XYZ | 44.55 | 43.43 | 20.79 | - |
| YUV | 175.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 110 | 0 | 0.21 | 0.49 | 0.16 | 33.46 | 0.56 | 0.64 |
| Hex | D6 | A8 | 6E | 0 | 15 | 31 | 10 | 21 | 38 | 40 |
| Octal | 326 | 250 | 156 | 0 | 25 | 61 | 20 | 41 | 70 | 100 |
| Binary | 11010110 | 10101000 | 1101110 | 0 | 10101 | 110001 | 10000 | 100001 | 111000 | 1000000 |
Color Harmonies of #D6A86E
Complementary color
Monochromatic Colors of #D6A86E
Black with #D6A86E
Text Example
Text Example
White with #D6A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A86E; }
p { color: rgb(214,168,110); }
H1.HeaderClassName
{
color: #D6A86E;
}
.AnyTagClassName
{
color: #D6A86E;
}
</style>
background-color css
<style>
a { background-color: #D6A86E; }
a { background-color: rgb(214,168,110); }
div.DivClassName
{
background-color: #D6A86E;
}
.BgClassName
{
background-color: #D6A86E;
}
</style>
border-color css
<style>
span { border-color: #D6A86E; }
span { border-color: rgb(214,168,110); }
td.TdClassName
{
border-color: #D6A86E;
}
.TagClassName
{
border-color: #D6A86E;
}
</style>