Shades of Putty #D1AB75
Tints of Putty #D1AB75
RGB
CMYK
RGB Variations
Color information
#D1AB75 (or 0xD1AB75) is known color: Putty. HEX triplet: D1, AB and 75. RGB value is (209,171,117). Sum of RGB (Red+Green+Blue) = 209+171+117=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB75 is #2E548A. Grayscale: #B0B0B0. Windows color (decimal): -3036299 or 7711697. OLE color: 7711697.
HSL color Cylindrical-coordinate representation of color #D1AB75: hue angle of 35.22º 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 #D1AB75 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 117 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.18 |
| HSL | 35.22º | 0.5% | 0.64% | - |
| HSV(B) | 35.22º | 0.44% | 0.82% | - |
| XYZ | 44.07 | 43.97 | 22.99 | - |
| YUV | 176.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 117 | 0 | 0.18 | 0.44 | 0.18 | 35.22 | 0.5 | 0.64 |
| Hex | D1 | AB | 75 | 0 | 12 | 2C | 12 | 23 | 32 | 40 |
| Octal | 321 | 253 | 165 | 0 | 22 | 54 | 22 | 43 | 62 | 100 |
| Binary | 11010001 | 10101011 | 1110101 | 0 | 10010 | 101100 | 10010 | 100011 | 110010 | 1000000 |
Color Harmonies of #D1AB75
Complementary color
Monochromatic Colors of #D1AB75
Black with #D1AB75
Text Example
Text Example
White with #D1AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB75; }
p { color: rgb(209,171,117); }
H1.HeaderClassName
{
color: #D1AB75;
}
.AnyTagClassName
{
color: #D1AB75;
}
</style>
background-color css
<style>
a { background-color: #D1AB75; }
a { background-color: rgb(209,171,117); }
div.DivClassName
{
background-color: #D1AB75;
}
.BgClassName
{
background-color: #D1AB75;
}
</style>
border-color css
<style>
span { border-color: #D1AB75; }
span { border-color: rgb(209,171,117); }
td.TdClassName
{
border-color: #D1AB75;
}
.TagClassName
{
border-color: #D1AB75;
}
</style>