Shades of Putty #D2AB77
Tints of Putty #D2AB77
RGB
CMYK
RGB Variations
Color information
#D2AB77 (or 0xD2AB77) is known color: Putty. HEX triplet: D2, AB and 77. RGB value is (210,171,119). Sum of RGB (Red+Green+Blue) = 210+171+119=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB77 is #2D5488. Grayscale: #B0B0B0. Windows color (decimal): -2970761 or 7842770. OLE color: 7842770.
HSL color Cylindrical-coordinate representation of color #D2AB77: hue angle of 34.29º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2AB77 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 119 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.18 |
| HSL | 34.29º | 0.5% | 0.65% | - |
| HSV(B) | 34.29º | 0.43% | 0.82% | - |
| XYZ | 44.47 | 44.16 | 23.63 | - |
| YUV | 176.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 119 | 0 | 0.19 | 0.43 | 0.18 | 34.29 | 0.5 | 0.65 |
| Hex | D2 | AB | 77 | 0 | 13 | 2B | 12 | 22 | 32 | 41 |
| Octal | 322 | 253 | 167 | 0 | 23 | 53 | 22 | 42 | 62 | 101 |
| Binary | 11010010 | 10101011 | 1110111 | 0 | 10011 | 101011 | 10010 | 100010 | 110010 | 1000001 |
Color Harmonies of #D2AB77
Complementary color
Monochromatic Colors of #D2AB77
Black with #D2AB77
Text Example
Text Example
White with #D2AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB77; }
p { color: rgb(210,171,119); }
H1.HeaderClassName
{
color: #D2AB77;
}
.AnyTagClassName
{
color: #D2AB77;
}
</style>
background-color css
<style>
a { background-color: #D2AB77; }
a { background-color: rgb(210,171,119); }
div.DivClassName
{
background-color: #D2AB77;
}
.BgClassName
{
background-color: #D2AB77;
}
</style>
border-color css
<style>
span { border-color: #D2AB77; }
span { border-color: rgb(210,171,119); }
td.TdClassName
{
border-color: #D2AB77;
}
.TagClassName
{
border-color: #D2AB77;
}
</style>