Shades of Putty #D4AC74
Tints of Putty #D4AC74
RGB
CMYK
RGB Variations
Color information
#D4AC74 (or 0xD4AC74) is known color: Putty. HEX triplet: D4, AC and 74. RGB value is (212,172,116). Sum of RGB (Red+Green+Blue) = 212+172+116=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC74 is #2B538B. Grayscale: #B1B1B1. Windows color (decimal): -2839436 or 7646420. OLE color: 7646420.
HSL color Cylindrical-coordinate representation of color #D4AC74: hue angle of 35º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4AC74 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 116 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.17 |
| HSL | 35º | 0.53% | 0.64% | - |
| HSV(B) | 35º | 0.45% | 0.83% | - |
| XYZ | 45.06 | 44.76 | 22.79 | - |
| YUV | 177.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 116 | 0 | 0.19 | 0.45 | 0.17 | 35 | 0.53 | 0.64 |
| Hex | D4 | AC | 74 | 0 | 13 | 2D | 11 | 23 | 35 | 40 |
| Octal | 324 | 254 | 164 | 0 | 23 | 55 | 21 | 43 | 65 | 100 |
| Binary | 11010100 | 10101100 | 1110100 | 0 | 10011 | 101101 | 10001 | 100011 | 110101 | 1000000 |
Color Harmonies of #D4AC74
Complementary color
Monochromatic Colors of #D4AC74
Black with #D4AC74
Text Example
Text Example
White with #D4AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC74; }
p { color: rgb(212,172,116); }
H1.HeaderClassName
{
color: #D4AC74;
}
.AnyTagClassName
{
color: #D4AC74;
}
</style>
background-color css
<style>
a { background-color: #D4AC74; }
a { background-color: rgb(212,172,116); }
div.DivClassName
{
background-color: #D4AC74;
}
.BgClassName
{
background-color: #D4AC74;
}
</style>
border-color css
<style>
span { border-color: #D4AC74; }
span { border-color: rgb(212,172,116); }
td.TdClassName
{
border-color: #D4AC74;
}
.TagClassName
{
border-color: #D4AC74;
}
</style>