Shades of Putty #D4A16F
Tints of Putty #D4A16F
RGB
CMYK
RGB Variations
Color information
#D4A16F (or 0xD4A16F) is known color: Putty. HEX triplet: D4, A1 and 6F. RGB value is (212,161,111). Sum of RGB (Red+Green+Blue) = 212+161+111=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A16F is #2B5E90. Grayscale: #AAAAAA. Windows color (decimal): -2842257 or 7315924. OLE color: 7315924.
HSL color Cylindrical-coordinate representation of color #D4A16F: hue angle of 29.7º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4A16F is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 111 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.17 |
| HSL | 29.7º | 0.54% | 0.63% | - |
| HSV(B) | 29.7º | 0.48% | 0.83% | - |
| XYZ | 42.77 | 40.63 | 20.63 | - |
| YUV | 170.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 111 | 0 | 0.24 | 0.48 | 0.17 | 29.7 | 0.54 | 0.63 |
| Hex | D4 | A1 | 6F | 0 | 18 | 30 | 11 | 1E | 36 | 3F |
| Octal | 324 | 241 | 157 | 0 | 30 | 60 | 21 | 36 | 66 | 77 |
| Binary | 11010100 | 10100001 | 1101111 | 0 | 11000 | 110000 | 10001 | 11110 | 110110 | 111111 |
Color Harmonies of #D4A16F
Complementary color
Monochromatic Colors of #D4A16F
Black with #D4A16F
Text Example
Text Example
White with #D4A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A16F; }
p { color: rgb(212,161,111); }
H1.HeaderClassName
{
color: #D4A16F;
}
.AnyTagClassName
{
color: #D4A16F;
}
</style>
background-color css
<style>
a { background-color: #D4A16F; }
a { background-color: rgb(212,161,111); }
div.DivClassName
{
background-color: #D4A16F;
}
.BgClassName
{
background-color: #D4A16F;
}
</style>
border-color css
<style>
span { border-color: #D4A16F; }
span { border-color: rgb(212,161,111); }
td.TdClassName
{
border-color: #D4A16F;
}
.TagClassName
{
border-color: #D4A16F;
}
</style>