Shades of Putty #D5A16F
Tints of Putty #D5A16F
RGB
CMYK
RGB Variations
Color information
#D5A16F (or 0xD5A16F) is known color: Putty. HEX triplet: D5, A1 and 6F. RGB value is (213,161,111). Sum of RGB (Red+Green+Blue) = 213+161+111=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A16F is #2A5E90. Grayscale: #ABABAB. Windows color (decimal): -2776721 or 7315925. OLE color: 7315925.
HSL color Cylindrical-coordinate representation of color #D5A16F: hue angle of 29.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A16F is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 111 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.16 |
| HSL | 29.41º | 0.55% | 0.64% | - |
| HSV(B) | 29.41º | 0.48% | 0.84% | - |
| XYZ | 43.05 | 40.78 | 20.64 | - |
| YUV | 170.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 111 | 0 | 0.24 | 0.48 | 0.16 | 29.41 | 0.55 | 0.64 |
| Hex | D5 | A1 | 6F | 0 | 18 | 30 | 10 | 1D | 37 | 40 |
| Octal | 325 | 241 | 157 | 0 | 30 | 60 | 20 | 35 | 67 | 100 |
| Binary | 11010101 | 10100001 | 1101111 | 0 | 11000 | 110000 | 10000 | 11101 | 110111 | 1000000 |
Color Harmonies of #D5A16F
Complementary color
Monochromatic Colors of #D5A16F
Black with #D5A16F
Text Example
Text Example
White with #D5A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A16F; }
p { color: rgb(213,161,111); }
H1.HeaderClassName
{
color: #D5A16F;
}
.AnyTagClassName
{
color: #D5A16F;
}
</style>
background-color css
<style>
a { background-color: #D5A16F; }
a { background-color: rgb(213,161,111); }
div.DivClassName
{
background-color: #D5A16F;
}
.BgClassName
{
background-color: #D5A16F;
}
</style>
border-color css
<style>
span { border-color: #D5A16F; }
span { border-color: rgb(213,161,111); }
td.TdClassName
{
border-color: #D5A16F;
}
.TagClassName
{
border-color: #D5A16F;
}
</style>