Shades of Putty #D5A773
Tints of Putty #D5A773
RGB
CMYK
RGB Variations
Color information
#D5A773 (or 0xD5A773) is known color: Putty. HEX triplet: D5, A7 and 73. RGB value is (213,167,115). Sum of RGB (Red+Green+Blue) = 213+167+115=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A773 is #2A588C. Grayscale: #AFAFAF. Windows color (decimal): -2775181 or 7579605. OLE color: 7579605.
HSL color Cylindrical-coordinate representation of color #D5A773: hue angle of 31.84º 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 #D5A773 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 115 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.16 |
| HSL | 31.84º | 0.54% | 0.64% | - |
| HSV(B) | 31.84º | 0.46% | 0.84% | - |
| XYZ | 44.35 | 43.02 | 22.19 | - |
| YUV | 174.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 115 | 0 | 0.22 | 0.46 | 0.16 | 31.84 | 0.54 | 0.64 |
| Hex | D5 | A7 | 73 | 0 | 16 | 2E | 10 | 20 | 36 | 40 |
| Octal | 325 | 247 | 163 | 0 | 26 | 56 | 20 | 40 | 66 | 100 |
| Binary | 11010101 | 10100111 | 1110011 | 0 | 10110 | 101110 | 10000 | 100000 | 110110 | 1000000 |
Color Harmonies of #D5A773
Complementary color
Monochromatic Colors of #D5A773
Black with #D5A773
Text Example
Text Example
White with #D5A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A773; }
p { color: rgb(213,167,115); }
H1.HeaderClassName
{
color: #D5A773;
}
.AnyTagClassName
{
color: #D5A773;
}
</style>
background-color css
<style>
a { background-color: #D5A773; }
a { background-color: rgb(213,167,115); }
div.DivClassName
{
background-color: #D5A773;
}
.BgClassName
{
background-color: #D5A773;
}
</style>
border-color css
<style>
span { border-color: #D5A773; }
span { border-color: rgb(213,167,115); }
td.TdClassName
{
border-color: #D5A773;
}
.TagClassName
{
border-color: #D5A773;
}
</style>