Shades of Putty #D1AB77
Tints of Putty #D1AB77
RGB
CMYK
RGB Variations
Color information
#D1AB77 (or 0xD1AB77) is known color: Putty. HEX triplet: D1, AB and 77. RGB value is (209,171,119). Sum of RGB (Red+Green+Blue) = 209+171+119=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB77 is #2E5488. Grayscale: #B0B0B0. Windows color (decimal): -3036297 or 7842769. OLE color: 7842769.
HSL color Cylindrical-coordinate representation of color #D1AB77: hue angle of 34.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1AB77 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 119 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.18 |
| HSL | 34.67º | 0.49% | 0.64% | - |
| HSV(B) | 34.67º | 0.43% | 0.82% | - |
| XYZ | 44.19 | 44.01 | 23.62 | - |
| YUV | 176.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 119 | 0 | 0.18 | 0.43 | 0.18 | 34.67 | 0.49 | 0.64 |
| Hex | D1 | AB | 77 | 0 | 12 | 2B | 12 | 23 | 31 | 40 |
| Octal | 321 | 253 | 167 | 0 | 22 | 53 | 22 | 43 | 61 | 100 |
| Binary | 11010001 | 10101011 | 1110111 | 0 | 10010 | 101011 | 10010 | 100011 | 110001 | 1000000 |
Color Harmonies of #D1AB77
Complementary color
Monochromatic Colors of #D1AB77
Black with #D1AB77
Text Example
Text Example
White with #D1AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB77; }
p { color: rgb(209,171,119); }
H1.HeaderClassName
{
color: #D1AB77;
}
.AnyTagClassName
{
color: #D1AB77;
}
</style>
background-color css
<style>
a { background-color: #D1AB77; }
a { background-color: rgb(209,171,119); }
div.DivClassName
{
background-color: #D1AB77;
}
.BgClassName
{
background-color: #D1AB77;
}
</style>
border-color css
<style>
span { border-color: #D1AB77; }
span { border-color: rgb(209,171,119); }
td.TdClassName
{
border-color: #D1AB77;
}
.TagClassName
{
border-color: #D1AB77;
}
</style>