Shades of Putty #D3AD77
Tints of Putty #D3AD77
RGB
CMYK
RGB Variations
Color information
#D3AD77 (or 0xD3AD77) is known color: Putty. HEX triplet: D3, AD and 77. RGB value is (211,173,119). Sum of RGB (Red+Green+Blue) = 211+173+119=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD77 is #2C5288. Grayscale: #B2B2B2. Windows color (decimal): -2904713 or 7843283. OLE color: 7843283.
HSL color Cylindrical-coordinate representation of color #D3AD77: hue angle of 35.22º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3AD77 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 119 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.17 |
| HSL | 35.22º | 0.51% | 0.65% | - |
| HSV(B) | 35.22º | 0.44% | 0.83% | - |
| XYZ | 45.14 | 45.07 | 23.77 | - |
| YUV | 178.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 119 | 0 | 0.18 | 0.44 | 0.17 | 35.22 | 0.51 | 0.65 |
| Hex | D3 | AD | 77 | 0 | 12 | 2C | 11 | 23 | 33 | 41 |
| Octal | 323 | 255 | 167 | 0 | 22 | 54 | 21 | 43 | 63 | 101 |
| Binary | 11010011 | 10101101 | 1110111 | 0 | 10010 | 101100 | 10001 | 100011 | 110011 | 1000001 |
Color Harmonies of #D3AD77
Complementary color
Monochromatic Colors of #D3AD77
Black with #D3AD77
Text Example
Text Example
White with #D3AD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD77; }
p { color: rgb(211,173,119); }
H1.HeaderClassName
{
color: #D3AD77;
}
.AnyTagClassName
{
color: #D3AD77;
}
</style>
background-color css
<style>
a { background-color: #D3AD77; }
a { background-color: rgb(211,173,119); }
div.DivClassName
{
background-color: #D3AD77;
}
.BgClassName
{
background-color: #D3AD77;
}
</style>
border-color css
<style>
span { border-color: #D3AD77; }
span { border-color: rgb(211,173,119); }
td.TdClassName
{
border-color: #D3AD77;
}
.TagClassName
{
border-color: #D3AD77;
}
</style>