Shades of Putty #D1AC74
Tints of Putty #D1AC74
RGB
CMYK
RGB Variations
Color information
#D1AC74 (or 0xD1AC74) is known color: Putty. HEX triplet: D1, AC and 74. RGB value is (209,172,116). Sum of RGB (Red+Green+Blue) = 209+172+116=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC74 is #2E538B. Grayscale: #B0B0B0. Windows color (decimal): -3036044 or 7646417. OLE color: 7646417.
HSL color Cylindrical-coordinate representation of color #D1AC74: hue angle of 36.13º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1AC74 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 116 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.18 |
| HSL | 36.13º | 0.5% | 0.64% | - |
| HSV(B) | 36.13º | 0.44% | 0.82% | - |
| XYZ | 44.2 | 44.32 | 22.75 | - |
| YUV | 176.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 116 | 0 | 0.18 | 0.44 | 0.18 | 36.13 | 0.5 | 0.64 |
| Hex | D1 | AC | 74 | 0 | 12 | 2C | 12 | 24 | 32 | 40 |
| Octal | 321 | 254 | 164 | 0 | 22 | 54 | 22 | 44 | 62 | 100 |
| Binary | 11010001 | 10101100 | 1110100 | 0 | 10010 | 101100 | 10010 | 100100 | 110010 | 1000000 |
Color Harmonies of #D1AC74
Complementary color
Monochromatic Colors of #D1AC74
Black with #D1AC74
Text Example
Text Example
White with #D1AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC74; }
p { color: rgb(209,172,116); }
H1.HeaderClassName
{
color: #D1AC74;
}
.AnyTagClassName
{
color: #D1AC74;
}
</style>
background-color css
<style>
a { background-color: #D1AC74; }
a { background-color: rgb(209,172,116); }
div.DivClassName
{
background-color: #D1AC74;
}
.BgClassName
{
background-color: #D1AC74;
}
</style>
border-color css
<style>
span { border-color: #D1AC74; }
span { border-color: rgb(209,172,116); }
td.TdClassName
{
border-color: #D1AC74;
}
.TagClassName
{
border-color: #D1AC74;
}
</style>