Shades of Putty #D0AB77
Tints of Putty #D0AB77
RGB
CMYK
RGB Variations
Color information
#D0AB77 (or 0xD0AB77) is known color: Putty. HEX triplet: D0, AB and 77. RGB value is (208,171,119). Sum of RGB (Red+Green+Blue) = 208+171+119=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB77 is #2F5488. Grayscale: #B0B0B0. Windows color (decimal): -3101833 or 7842768. OLE color: 7842768.
HSL color Cylindrical-coordinate representation of color #D0AB77: hue angle of 35.06º 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 #D0AB77 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 119 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.18 |
| HSL | 35.06º | 0.49% | 0.64% | - |
| HSV(B) | 35.06º | 0.43% | 0.82% | - |
| XYZ | 43.91 | 43.87 | 23.61 | - |
| YUV | 176.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 119 | 0 | 0.18 | 0.43 | 0.18 | 35.06 | 0.49 | 0.64 |
| Hex | D0 | AB | 77 | 0 | 12 | 2B | 12 | 23 | 31 | 40 |
| Octal | 320 | 253 | 167 | 0 | 22 | 53 | 22 | 43 | 61 | 100 |
| Binary | 11010000 | 10101011 | 1110111 | 0 | 10010 | 101011 | 10010 | 100011 | 110001 | 1000000 |
Color Harmonies of #D0AB77
Complementary color
Monochromatic Colors of #D0AB77
Black with #D0AB77
Text Example
Text Example
White with #D0AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB77; }
p { color: rgb(208,171,119); }
H1.HeaderClassName
{
color: #D0AB77;
}
.AnyTagClassName
{
color: #D0AB77;
}
</style>
background-color css
<style>
a { background-color: #D0AB77; }
a { background-color: rgb(208,171,119); }
div.DivClassName
{
background-color: #D0AB77;
}
.BgClassName
{
background-color: #D0AB77;
}
</style>
border-color css
<style>
span { border-color: #D0AB77; }
span { border-color: rgb(208,171,119); }
td.TdClassName
{
border-color: #D0AB77;
}
.TagClassName
{
border-color: #D0AB77;
}
</style>