Shades of Putty #D4A86E
Tints of Putty #D4A86E
RGB
CMYK
RGB Variations
Color information
#D4A86E (or 0xD4A86E) is known color: Putty. HEX triplet: D4, A8 and 6E. RGB value is (212,168,110). Sum of RGB (Red+Green+Blue) = 212+168+110=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A86E is #2B5791. Grayscale: #AEAEAE. Windows color (decimal): -2840466 or 7252180. OLE color: 7252180.
HSL color Cylindrical-coordinate representation of color #D4A86E: hue angle of 34.12º 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 #D4A86E is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 110 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.17 |
| HSL | 34.12º | 0.54% | 0.63% | - |
| HSV(B) | 34.12º | 0.48% | 0.83% | - |
| XYZ | 43.97 | 43.13 | 20.76 | - |
| YUV | 174.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 110 | 0 | 0.21 | 0.48 | 0.17 | 34.12 | 0.54 | 0.63 |
| Hex | D4 | A8 | 6E | 0 | 15 | 30 | 11 | 22 | 36 | 3F |
| Octal | 324 | 250 | 156 | 0 | 25 | 60 | 21 | 42 | 66 | 77 |
| Binary | 11010100 | 10101000 | 1101110 | 0 | 10101 | 110000 | 10001 | 100010 | 110110 | 111111 |
Color Harmonies of #D4A86E
Complementary color
Monochromatic Colors of #D4A86E
Black with #D4A86E
Text Example
Text Example
White with #D4A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A86E; }
p { color: rgb(212,168,110); }
H1.HeaderClassName
{
color: #D4A86E;
}
.AnyTagClassName
{
color: #D4A86E;
}
</style>
background-color css
<style>
a { background-color: #D4A86E; }
a { background-color: rgb(212,168,110); }
div.DivClassName
{
background-color: #D4A86E;
}
.BgClassName
{
background-color: #D4A86E;
}
</style>
border-color css
<style>
span { border-color: #D4A86E; }
span { border-color: rgb(212,168,110); }
td.TdClassName
{
border-color: #D4A86E;
}
.TagClassName
{
border-color: #D4A86E;
}
</style>