Shades of Putty #D1AB74
Tints of Putty #D1AB74
RGB
CMYK
RGB Variations
Color information
#D1AB74 (or 0xD1AB74) is known color: Putty. HEX triplet: D1, AB and 74. RGB value is (209,171,116). Sum of RGB (Red+Green+Blue) = 209+171+116=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB74 is #2E548B. Grayscale: #B0B0B0. Windows color (decimal): -3036300 or 7646161. OLE color: 7646161.
HSL color Cylindrical-coordinate representation of color #D1AB74: hue angle of 35.48º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1AB74 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 116 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.18 |
| HSL | 35.48º | 0.5% | 0.64% | - |
| HSV(B) | 35.48º | 0.44% | 0.82% | - |
| XYZ | 44.01 | 43.94 | 22.69 | - |
| YUV | 176.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 116 | 0 | 0.18 | 0.44 | 0.18 | 35.48 | 0.5 | 0.64 |
| Hex | D1 | AB | 74 | 0 | 12 | 2C | 12 | 23 | 32 | 40 |
| Octal | 321 | 253 | 164 | 0 | 22 | 54 | 22 | 43 | 62 | 100 |
| Binary | 11010001 | 10101011 | 1110100 | 0 | 10010 | 101100 | 10010 | 100011 | 110010 | 1000000 |
Color Harmonies of #D1AB74
Complementary color
Monochromatic Colors of #D1AB74
Black with #D1AB74
Text Example
Text Example
White with #D1AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB74; }
p { color: rgb(209,171,116); }
H1.HeaderClassName
{
color: #D1AB74;
}
.AnyTagClassName
{
color: #D1AB74;
}
</style>
background-color css
<style>
a { background-color: #D1AB74; }
a { background-color: rgb(209,171,116); }
div.DivClassName
{
background-color: #D1AB74;
}
.BgClassName
{
background-color: #D1AB74;
}
</style>
border-color css
<style>
span { border-color: #D1AB74; }
span { border-color: rgb(209,171,116); }
td.TdClassName
{
border-color: #D1AB74;
}
.TagClassName
{
border-color: #D1AB74;
}
</style>