Shades of Putty #D0AD71
Tints of Putty #D0AD71
RGB
CMYK
RGB Variations
Color information
#D0AD71 (or 0xD0AD71) is known color: Putty. HEX triplet: D0, AD and 71. RGB value is (208,173,113). Sum of RGB (Red+Green+Blue) = 208+173+113=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD71 is #2F528E. Grayscale: #B0B0B0. Windows color (decimal): -3101327 or 7450064. OLE color: 7450064.
HSL color Cylindrical-coordinate representation of color #D0AD71: hue angle of 37.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0AD71 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 113 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.18 |
| HSL | 37.89º | 0.5% | 0.63% | - |
| HSV(B) | 37.89º | 0.46% | 0.82% | - |
| XYZ | 43.94 | 44.49 | 21.89 | - |
| YUV | 176.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 113 | 0 | 0.17 | 0.46 | 0.18 | 37.89 | 0.5 | 0.63 |
| Hex | D0 | AD | 71 | 0 | 11 | 2E | 12 | 26 | 32 | 3F |
| Octal | 320 | 255 | 161 | 0 | 21 | 56 | 22 | 46 | 62 | 77 |
| Binary | 11010000 | 10101101 | 1110001 | 0 | 10001 | 101110 | 10010 | 100110 | 110010 | 111111 |
Color Harmonies of #D0AD71
Complementary color
Monochromatic Colors of #D0AD71
Black with #D0AD71
Text Example
Text Example
White with #D0AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD71; }
p { color: rgb(208,173,113); }
H1.HeaderClassName
{
color: #D0AD71;
}
.AnyTagClassName
{
color: #D0AD71;
}
</style>
background-color css
<style>
a { background-color: #D0AD71; }
a { background-color: rgb(208,173,113); }
div.DivClassName
{
background-color: #D0AD71;
}
.BgClassName
{
background-color: #D0AD71;
}
</style>
border-color css
<style>
span { border-color: #D0AD71; }
span { border-color: rgb(208,173,113); }
td.TdClassName
{
border-color: #D0AD71;
}
.TagClassName
{
border-color: #D0AD71;
}
</style>