Shades of Putty #D1AC6E
Tints of Putty #D1AC6E
RGB
CMYK
RGB Variations
Color information
#D1AC6E (or 0xD1AC6E) is known color: Putty. HEX triplet: D1, AC and 6E. RGB value is (209,172,110). Sum of RGB (Red+Green+Blue) = 209+172+110=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC6E is #2E5391. Grayscale: #B0B0B0. Windows color (decimal): -3036050 or 7253201. OLE color: 7253201.
HSL color Cylindrical-coordinate representation of color #D1AC6E: hue angle of 37.58º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1AC6E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 110 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.18 |
| HSL | 37.58º | 0.52% | 0.63% | - |
| HSV(B) | 37.58º | 0.47% | 0.82% | - |
| XYZ | 43.86 | 44.19 | 20.97 | - |
| YUV | 176 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 110 | 0 | 0.18 | 0.47 | 0.18 | 37.58 | 0.52 | 0.63 |
| Hex | D1 | AC | 6E | 0 | 12 | 2F | 12 | 26 | 34 | 3F |
| Octal | 321 | 254 | 156 | 0 | 22 | 57 | 22 | 46 | 64 | 77 |
| Binary | 11010001 | 10101100 | 1101110 | 0 | 10010 | 101111 | 10010 | 100110 | 110100 | 111111 |
Color Harmonies of #D1AC6E
Complementary color
Monochromatic Colors of #D1AC6E
Black with #D1AC6E
Text Example
Text Example
White with #D1AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC6E; }
p { color: rgb(209,172,110); }
H1.HeaderClassName
{
color: #D1AC6E;
}
.AnyTagClassName
{
color: #D1AC6E;
}
</style>
background-color css
<style>
a { background-color: #D1AC6E; }
a { background-color: rgb(209,172,110); }
div.DivClassName
{
background-color: #D1AC6E;
}
.BgClassName
{
background-color: #D1AC6E;
}
</style>
border-color css
<style>
span { border-color: #D1AC6E; }
span { border-color: rgb(209,172,110); }
td.TdClassName
{
border-color: #D1AC6E;
}
.TagClassName
{
border-color: #D1AC6E;
}
</style>