Shades of Putty #D6AB72
Tints of Putty #D6AB72
RGB
CMYK
RGB Variations
Color information
#D6AB72 (or 0xD6AB72) is known color: Putty. HEX triplet: D6, AB and 72. RGB value is (214,171,114). Sum of RGB (Red+Green+Blue) = 214+171+114=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB72 is #29548D. Grayscale: #B1B1B1. Windows color (decimal): -2708622 or 7515094. OLE color: 7515094.
HSL color Cylindrical-coordinate representation of color #D6AB72: hue angle of 34.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6AB72 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 114 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.16 |
| HSL | 34.2º | 0.55% | 0.64% | - |
| HSV(B) | 34.2º | 0.47% | 0.84% | - |
| XYZ | 45.33 | 44.64 | 22.15 | - |
| YUV | 177.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 114 | 0 | 0.20 | 0.47 | 0.16 | 34.2 | 0.55 | 0.64 |
| Hex | D6 | AB | 72 | 0 | 14 | 2F | 10 | 22 | 37 | 40 |
| Octal | 326 | 253 | 162 | 0 | 24 | 57 | 20 | 42 | 67 | 100 |
| Binary | 11010110 | 10101011 | 1110010 | 0 | 10100 | 101111 | 10000 | 100010 | 110111 | 1000000 |
Color Harmonies of #D6AB72
Complementary color
Monochromatic Colors of #D6AB72
Black with #D6AB72
Text Example
Text Example
White with #D6AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB72; }
p { color: rgb(214,171,114); }
H1.HeaderClassName
{
color: #D6AB72;
}
.AnyTagClassName
{
color: #D6AB72;
}
</style>
background-color css
<style>
a { background-color: #D6AB72; }
a { background-color: rgb(214,171,114); }
div.DivClassName
{
background-color: #D6AB72;
}
.BgClassName
{
background-color: #D6AB72;
}
</style>
border-color css
<style>
span { border-color: #D6AB72; }
span { border-color: rgb(214,171,114); }
td.TdClassName
{
border-color: #D6AB72;
}
.TagClassName
{
border-color: #D6AB72;
}
</style>