Shades of Putty #D5AF73
Tints of Putty #D5AF73
RGB
CMYK
RGB Variations
Color information
#D5AF73 (or 0xD5AF73) is known color: Putty. HEX triplet: D5, AF and 73. RGB value is (213,175,115). Sum of RGB (Red+Green+Blue) = 213+175+115=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF73 is #2A508C. Grayscale: #B3B3B3. Windows color (decimal): -2773133 or 7581653. OLE color: 7581653.
HSL color Cylindrical-coordinate representation of color #D5AF73: hue angle of 36.73º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5AF73 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 115 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.16 |
| HSL | 36.73º | 0.54% | 0.64% | - |
| HSV(B) | 36.73º | 0.46% | 0.84% | - |
| XYZ | 45.87 | 46.04 | 22.69 | - |
| YUV | 179.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 115 | 0 | 0.18 | 0.46 | 0.16 | 36.73 | 0.54 | 0.64 |
| Hex | D5 | AF | 73 | 0 | 12 | 2E | 10 | 25 | 36 | 40 |
| Octal | 325 | 257 | 163 | 0 | 22 | 56 | 20 | 45 | 66 | 100 |
| Binary | 11010101 | 10101111 | 1110011 | 0 | 10010 | 101110 | 10000 | 100101 | 110110 | 1000000 |
Color Harmonies of #D5AF73
Complementary color
Monochromatic Colors of #D5AF73
Black with #D5AF73
Text Example
Text Example
White with #D5AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF73; }
p { color: rgb(213,175,115); }
H1.HeaderClassName
{
color: #D5AF73;
}
.AnyTagClassName
{
color: #D5AF73;
}
</style>
background-color css
<style>
a { background-color: #D5AF73; }
a { background-color: rgb(213,175,115); }
div.DivClassName
{
background-color: #D5AF73;
}
.BgClassName
{
background-color: #D5AF73;
}
</style>
border-color css
<style>
span { border-color: #D5AF73; }
span { border-color: rgb(213,175,115); }
td.TdClassName
{
border-color: #D5AF73;
}
.TagClassName
{
border-color: #D5AF73;
}
</style>