Shades of Putty #D5AD71
Tints of Putty #D5AD71
RGB
CMYK
RGB Variations
Color information
#D5AD71 (or 0xD5AD71) is known color: Putty. HEX triplet: D5, AD and 71. RGB value is (213,173,113). Sum of RGB (Red+Green+Blue) = 213+173+113=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD71 is #2A528E. Grayscale: #B2B2B2. Windows color (decimal): -2773647 or 7450069. OLE color: 7450069.
HSL color Cylindrical-coordinate representation of color #D5AD71: hue angle of 36º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5AD71 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 113 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.16 |
| HSL | 36º | 0.54% | 0.64% | - |
| HSV(B) | 36º | 0.47% | 0.84% | - |
| XYZ | 45.36 | 45.23 | 21.96 | - |
| YUV | 178.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 113 | 0 | 0.19 | 0.47 | 0.16 | 36 | 0.54 | 0.64 |
| Hex | D5 | AD | 71 | 0 | 13 | 2F | 10 | 24 | 36 | 40 |
| Octal | 325 | 255 | 161 | 0 | 23 | 57 | 20 | 44 | 66 | 100 |
| Binary | 11010101 | 10101101 | 1110001 | 0 | 10011 | 101111 | 10000 | 100100 | 110110 | 1000000 |
Color Harmonies of #D5AD71
Complementary color
Monochromatic Colors of #D5AD71
Black with #D5AD71
Text Example
Text Example
White with #D5AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD71; }
p { color: rgb(213,173,113); }
H1.HeaderClassName
{
color: #D5AD71;
}
.AnyTagClassName
{
color: #D5AD71;
}
</style>
background-color css
<style>
a { background-color: #D5AD71; }
a { background-color: rgb(213,173,113); }
div.DivClassName
{
background-color: #D5AD71;
}
.BgClassName
{
background-color: #D5AD71;
}
</style>
border-color css
<style>
span { border-color: #D5AD71; }
span { border-color: rgb(213,173,113); }
td.TdClassName
{
border-color: #D5AD71;
}
.TagClassName
{
border-color: #D5AD71;
}
</style>