Shades of Putty #D4AF72
Tints of Putty #D4AF72
RGB
CMYK
RGB Variations
Color information
#D4AF72 (or 0xD4AF72) is known color: Putty. HEX triplet: D4, AF and 72. RGB value is (212,175,114). Sum of RGB (Red+Green+Blue) = 212+175+114=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF72 is #2B508D. Grayscale: #B3B3B3. Windows color (decimal): -2838670 or 7516116. OLE color: 7516116.
HSL color Cylindrical-coordinate representation of color #D4AF72: hue angle of 37.35º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4AF72 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 114 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.17 |
| HSL | 37.35º | 0.53% | 0.64% | - |
| HSV(B) | 37.35º | 0.46% | 0.83% | - |
| XYZ | 45.52 | 45.87 | 22.37 | - |
| YUV | 179.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 114 | 0 | 0.17 | 0.46 | 0.17 | 37.35 | 0.53 | 0.64 |
| Hex | D4 | AF | 72 | 0 | 11 | 2E | 11 | 25 | 35 | 40 |
| Octal | 324 | 257 | 162 | 0 | 21 | 56 | 21 | 45 | 65 | 100 |
| Binary | 11010100 | 10101111 | 1110010 | 0 | 10001 | 101110 | 10001 | 100101 | 110101 | 1000000 |
Color Harmonies of #D4AF72
Complementary color
Monochromatic Colors of #D4AF72
Black with #D4AF72
Text Example
Text Example
White with #D4AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF72; }
p { color: rgb(212,175,114); }
H1.HeaderClassName
{
color: #D4AF72;
}
.AnyTagClassName
{
color: #D4AF72;
}
</style>
background-color css
<style>
a { background-color: #D4AF72; }
a { background-color: rgb(212,175,114); }
div.DivClassName
{
background-color: #D4AF72;
}
.BgClassName
{
background-color: #D4AF72;
}
</style>
border-color css
<style>
span { border-color: #D4AF72; }
span { border-color: rgb(212,175,114); }
td.TdClassName
{
border-color: #D4AF72;
}
.TagClassName
{
border-color: #D4AF72;
}
</style>