Shades of Putty #D5A46E
Tints of Putty #D5A46E
RGB
CMYK
RGB Variations
Color information
#D5A46E (or 0xD5A46E) is known color: Putty. HEX triplet: D5, A4 and 6E. RGB value is (213,164,110). Sum of RGB (Red+Green+Blue) = 213+164+110=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A46E is #2A5B91. Grayscale: #ACACAC. Windows color (decimal): -2775954 or 7251157. OLE color: 7251157.
HSL color Cylindrical-coordinate representation of color #D5A46E: hue angle of 31.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A46E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 110 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.16 |
| HSL | 31.46º | 0.55% | 0.63% | - |
| HSV(B) | 31.46º | 0.48% | 0.84% | - |
| XYZ | 43.53 | 41.82 | 20.53 | - |
| YUV | 172.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 110 | 0 | 0.23 | 0.48 | 0.16 | 31.46 | 0.55 | 0.63 |
| Hex | D5 | A4 | 6E | 0 | 17 | 30 | 10 | 1F | 37 | 3F |
| Octal | 325 | 244 | 156 | 0 | 27 | 60 | 20 | 37 | 67 | 77 |
| Binary | 11010101 | 10100100 | 1101110 | 0 | 10111 | 110000 | 10000 | 11111 | 110111 | 111111 |
Color Harmonies of #D5A46E
Complementary color
Monochromatic Colors of #D5A46E
Black with #D5A46E
Text Example
Text Example
White with #D5A46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A46E; }
p { color: rgb(213,164,110); }
H1.HeaderClassName
{
color: #D5A46E;
}
.AnyTagClassName
{
color: #D5A46E;
}
</style>
background-color css
<style>
a { background-color: #D5A46E; }
a { background-color: rgb(213,164,110); }
div.DivClassName
{
background-color: #D5A46E;
}
.BgClassName
{
background-color: #D5A46E;
}
</style>
border-color css
<style>
span { border-color: #D5A46E; }
span { border-color: rgb(213,164,110); }
td.TdClassName
{
border-color: #D5A46E;
}
.TagClassName
{
border-color: #D5A46E;
}
</style>