Shades of Putty #D6AB73
Tints of Putty #D6AB73
RGB
CMYK
RGB Variations
Color information
#D6AB73 (or 0xD6AB73) is known color: Putty. HEX triplet: D6, AB and 73. RGB value is (214,171,115). Sum of RGB (Red+Green+Blue) = 214+171+115=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB73 is #29548C. Grayscale: #B1B1B1. Windows color (decimal): -2708621 or 7580630. OLE color: 7580630.
HSL color Cylindrical-coordinate representation of color #D6AB73: hue angle of 33.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6AB73 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 115 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.16 |
| HSL | 33.94º | 0.55% | 0.65% | - |
| HSV(B) | 33.94º | 0.46% | 0.84% | - |
| XYZ | 45.39 | 44.66 | 22.45 | - |
| YUV | 177.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 115 | 0 | 0.20 | 0.46 | 0.16 | 33.94 | 0.55 | 0.65 |
| Hex | D6 | AB | 73 | 0 | 14 | 2E | 10 | 22 | 37 | 41 |
| Octal | 326 | 253 | 163 | 0 | 24 | 56 | 20 | 42 | 67 | 101 |
| Binary | 11010110 | 10101011 | 1110011 | 0 | 10100 | 101110 | 10000 | 100010 | 110111 | 1000001 |
Color Harmonies of #D6AB73
Complementary color
Monochromatic Colors of #D6AB73
Black with #D6AB73
Text Example
Text Example
White with #D6AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB73; }
p { color: rgb(214,171,115); }
H1.HeaderClassName
{
color: #D6AB73;
}
.AnyTagClassName
{
color: #D6AB73;
}
</style>
background-color css
<style>
a { background-color: #D6AB73; }
a { background-color: rgb(214,171,115); }
div.DivClassName
{
background-color: #D6AB73;
}
.BgClassName
{
background-color: #D6AB73;
}
</style>
border-color css
<style>
span { border-color: #D6AB73; }
span { border-color: rgb(214,171,115); }
td.TdClassName
{
border-color: #D6AB73;
}
.TagClassName
{
border-color: #D6AB73;
}
</style>