Shades of Putty #D4AB69
Tints of Putty #D4AB69
RGB
CMYK
RGB Variations
Color information
#D4AB69 (or 0xD4AB69) is known color: Putty. HEX triplet: D4, AB and 69. RGB value is (212,171,105). Sum of RGB (Red+Green+Blue) = 212+171+105=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB69 is #2B5496. Grayscale: #B0B0B0. Windows color (decimal): -2839703 or 6925268. OLE color: 6925268.
HSL color Cylindrical-coordinate representation of color #D4AB69: hue angle of 37.01º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4AB69 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 105 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.17 |
| HSL | 37.01º | 0.55% | 0.62% | - |
| HSV(B) | 37.01º | 0.5% | 0.83% | - |
| XYZ | 44.26 | 44.14 | 19.55 | - |
| YUV | 175.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 105 | 0 | 0.19 | 0.50 | 0.17 | 37.01 | 0.55 | 0.62 |
| Hex | D4 | AB | 69 | 0 | 13 | 32 | 11 | 25 | 37 | 3E |
| Octal | 324 | 253 | 151 | 0 | 23 | 62 | 21 | 45 | 67 | 76 |
| Binary | 11010100 | 10101011 | 1101001 | 0 | 10011 | 110010 | 10001 | 100101 | 110111 | 111110 |
Color Harmonies of #D4AB69
Complementary color
Monochromatic Colors of #D4AB69
Black with #D4AB69
Text Example
Text Example
White with #D4AB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB69; }
p { color: rgb(212,171,105); }
H1.HeaderClassName
{
color: #D4AB69;
}
.AnyTagClassName
{
color: #D4AB69;
}
</style>
background-color css
<style>
a { background-color: #D4AB69; }
a { background-color: rgb(212,171,105); }
div.DivClassName
{
background-color: #D4AB69;
}
.BgClassName
{
background-color: #D4AB69;
}
</style>
border-color css
<style>
span { border-color: #D4AB69; }
span { border-color: rgb(212,171,105); }
td.TdClassName
{
border-color: #D4AB69;
}
.TagClassName
{
border-color: #D4AB69;
}
</style>