Shades of Putty #D5A36E
Tints of Putty #D5A36E
RGB
CMYK
RGB Variations
Color information
#D5A36E (or 0xD5A36E) is known color: Putty. HEX triplet: D5, A3 and 6E. RGB value is (213,163,110). Sum of RGB (Red+Green+Blue) = 213+163+110=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A36E is #2A5C91. Grayscale: #ACACAC. Windows color (decimal): -2776210 or 7250901. OLE color: 7250901.
HSL color Cylindrical-coordinate representation of color #D5A36E: hue angle of 30.87º 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 #D5A36E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 110 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.16 |
| HSL | 30.87º | 0.55% | 0.63% | - |
| HSV(B) | 30.87º | 0.48% | 0.84% | - |
| XYZ | 43.35 | 41.47 | 20.47 | - |
| YUV | 171.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 110 | 0 | 0.23 | 0.48 | 0.16 | 30.87 | 0.55 | 0.63 |
| Hex | D5 | A3 | 6E | 0 | 17 | 30 | 10 | 1F | 37 | 3F |
| Octal | 325 | 243 | 156 | 0 | 27 | 60 | 20 | 37 | 67 | 77 |
| Binary | 11010101 | 10100011 | 1101110 | 0 | 10111 | 110000 | 10000 | 11111 | 110111 | 111111 |
Color Harmonies of #D5A36E
Complementary color
Monochromatic Colors of #D5A36E
Black with #D5A36E
Text Example
Text Example
White with #D5A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A36E; }
p { color: rgb(213,163,110); }
H1.HeaderClassName
{
color: #D5A36E;
}
.AnyTagClassName
{
color: #D5A36E;
}
</style>
background-color css
<style>
a { background-color: #D5A36E; }
a { background-color: rgb(213,163,110); }
div.DivClassName
{
background-color: #D5A36E;
}
.BgClassName
{
background-color: #D5A36E;
}
</style>
border-color css
<style>
span { border-color: #D5A36E; }
span { border-color: rgb(213,163,110); }
td.TdClassName
{
border-color: #D5A36E;
}
.TagClassName
{
border-color: #D5A36E;
}
</style>