Shades of Putty #D6A56D
Tints of Putty #D6A56D
RGB
CMYK
RGB Variations
Color information
#D6A56D (or 0xD6A56D) is known color: Putty. HEX triplet: D6, A5 and 6D. RGB value is (214,165,109). Sum of RGB (Red+Green+Blue) = 214+165+109=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A56D is #295A92. Grayscale: #ADADAD. Windows color (decimal): -2710163 or 7185878. OLE color: 7185878.
HSL color Cylindrical-coordinate representation of color #D6A56D: hue angle of 32º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6A56D is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 109 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.16 |
| HSL | 32º | 0.56% | 0.63% | - |
| HSV(B) | 32º | 0.49% | 0.84% | - |
| XYZ | 43.95 | 42.31 | 20.32 | - |
| YUV | 173.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 109 | 0 | 0.23 | 0.49 | 0.16 | 32 | 0.56 | 0.63 |
| Hex | D6 | A5 | 6D | 0 | 17 | 31 | 10 | 20 | 38 | 3F |
| Octal | 326 | 245 | 155 | 0 | 27 | 61 | 20 | 40 | 70 | 77 |
| Binary | 11010110 | 10100101 | 1101101 | 0 | 10111 | 110001 | 10000 | 100000 | 111000 | 111111 |
Color Harmonies of #D6A56D
Complementary color
Monochromatic Colors of #D6A56D
Black with #D6A56D
Text Example
Text Example
White with #D6A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A56D; }
p { color: rgb(214,165,109); }
H1.HeaderClassName
{
color: #D6A56D;
}
.AnyTagClassName
{
color: #D6A56D;
}
</style>
background-color css
<style>
a { background-color: #D6A56D; }
a { background-color: rgb(214,165,109); }
div.DivClassName
{
background-color: #D6A56D;
}
.BgClassName
{
background-color: #D6A56D;
}
</style>
border-color css
<style>
span { border-color: #D6A56D; }
span { border-color: rgb(214,165,109); }
td.TdClassName
{
border-color: #D6A56D;
}
.TagClassName
{
border-color: #D6A56D;
}
</style>