Shades of Putty #D6A56B
Tints of Putty #D6A56B
RGB
CMYK
RGB Variations
Color information
#D6A56B (or 0xD6A56B) is known color: Putty. HEX triplet: D6, A5 and 6B. RGB value is (214,165,107). Sum of RGB (Red+Green+Blue) = 214+165+107=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A56B is #295A94. Grayscale: #ADADAD. Windows color (decimal): -2710165 or 7054806. OLE color: 7054806.
HSL color Cylindrical-coordinate representation of color #D6A56B: hue angle of 32.52º degrees, saturation: 0.57, 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 #D6A56B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 107 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.16 |
| HSL | 32.52º | 0.57% | 0.63% | - |
| HSV(B) | 32.52º | 0.5% | 0.84% | - |
| XYZ | 43.84 | 42.27 | 19.76 | - |
| YUV | 173.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 107 | 0 | 0.23 | 0.50 | 0.16 | 32.52 | 0.57 | 0.63 |
| Hex | D6 | A5 | 6B | 0 | 17 | 32 | 10 | 21 | 39 | 3F |
| Octal | 326 | 245 | 153 | 0 | 27 | 62 | 20 | 41 | 71 | 77 |
| Binary | 11010110 | 10100101 | 1101011 | 0 | 10111 | 110010 | 10000 | 100001 | 111001 | 111111 |
Color Harmonies of #D6A56B
Complementary color
Monochromatic Colors of #D6A56B
Black with #D6A56B
Text Example
Text Example
White with #D6A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A56B; }
p { color: rgb(214,165,107); }
H1.HeaderClassName
{
color: #D6A56B;
}
.AnyTagClassName
{
color: #D6A56B;
}
</style>
background-color css
<style>
a { background-color: #D6A56B; }
a { background-color: rgb(214,165,107); }
div.DivClassName
{
background-color: #D6A56B;
}
.BgClassName
{
background-color: #D6A56B;
}
</style>
border-color css
<style>
span { border-color: #D6A56B; }
span { border-color: rgb(214,165,107); }
td.TdClassName
{
border-color: #D6A56B;
}
.TagClassName
{
border-color: #D6A56B;
}
</style>