Shades of Putty #D4A16C
Tints of Putty #D4A16C
RGB
CMYK
RGB Variations
Color information
#D4A16C (or 0xD4A16C) is known color: Putty. HEX triplet: D4, A1 and 6C. RGB value is (212,161,108). Sum of RGB (Red+Green+Blue) = 212+161+108=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A16C is #2B5E93. Grayscale: #AAAAAA. Windows color (decimal): -2842260 or 7119316. OLE color: 7119316.
HSL color Cylindrical-coordinate representation of color #D4A16C: hue angle of 30.58º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4A16C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 108 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.17 |
| HSL | 30.58º | 0.55% | 0.63% | - |
| HSV(B) | 30.58º | 0.49% | 0.83% | - |
| XYZ | 42.6 | 40.57 | 19.77 | - |
| YUV | 170.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 108 | 0 | 0.24 | 0.49 | 0.17 | 30.58 | 0.55 | 0.63 |
| Hex | D4 | A1 | 6C | 0 | 18 | 31 | 11 | 1F | 37 | 3F |
| Octal | 324 | 241 | 154 | 0 | 30 | 61 | 21 | 37 | 67 | 77 |
| Binary | 11010100 | 10100001 | 1101100 | 0 | 11000 | 110001 | 10001 | 11111 | 110111 | 111111 |
Color Harmonies of #D4A16C
Complementary color
Monochromatic Colors of #D4A16C
Black with #D4A16C
Text Example
Text Example
White with #D4A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A16C; }
p { color: rgb(212,161,108); }
H1.HeaderClassName
{
color: #D4A16C;
}
.AnyTagClassName
{
color: #D4A16C;
}
</style>
background-color css
<style>
a { background-color: #D4A16C; }
a { background-color: rgb(212,161,108); }
div.DivClassName
{
background-color: #D4A16C;
}
.BgClassName
{
background-color: #D4A16C;
}
</style>
border-color css
<style>
span { border-color: #D4A16C; }
span { border-color: rgb(212,161,108); }
td.TdClassName
{
border-color: #D4A16C;
}
.TagClassName
{
border-color: #D4A16C;
}
</style>