Shades of Putty #D7AF73
Tints of Putty #D7AF73
RGB
CMYK
RGB Variations
Color information
#D7AF73 (or 0xD7AF73) is known color: Putty. HEX triplet: D7, AF and 73. RGB value is (215,175,115). Sum of RGB (Red+Green+Blue) = 215+175+115=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF73 is #28508C. Grayscale: #B4B4B4. Windows color (decimal): -2642061 or 7581655. OLE color: 7581655.
HSL color Cylindrical-coordinate representation of color #D7AF73: hue angle of 36º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7AF73 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 115 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.16 |
| HSL | 36º | 0.56% | 0.65% | - |
| HSV(B) | 36º | 0.47% | 0.84% | - |
| XYZ | 46.45 | 46.34 | 22.72 | - |
| YUV | 180.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 115 | 0 | 0.19 | 0.47 | 0.16 | 36 | 0.56 | 0.65 |
| Hex | D7 | AF | 73 | 0 | 13 | 2F | 10 | 24 | 38 | 41 |
| Octal | 327 | 257 | 163 | 0 | 23 | 57 | 20 | 44 | 70 | 101 |
| Binary | 11010111 | 10101111 | 1110011 | 0 | 10011 | 101111 | 10000 | 100100 | 111000 | 1000001 |
Color Harmonies of #D7AF73
Complementary color
Monochromatic Colors of #D7AF73
Black with #D7AF73
Text Example
Text Example
White with #D7AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF73; }
p { color: rgb(215,175,115); }
H1.HeaderClassName
{
color: #D7AF73;
}
.AnyTagClassName
{
color: #D7AF73;
}
</style>
background-color css
<style>
a { background-color: #D7AF73; }
a { background-color: rgb(215,175,115); }
div.DivClassName
{
background-color: #D7AF73;
}
.BgClassName
{
background-color: #D7AF73;
}
</style>
border-color css
<style>
span { border-color: #D7AF73; }
span { border-color: rgb(215,175,115); }
td.TdClassName
{
border-color: #D7AF73;
}
.TagClassName
{
border-color: #D7AF73;
}
</style>