Shades of Putty #D1AF74
Tints of Putty #D1AF74
RGB
CMYK
RGB Variations
Color information
#D1AF74 (or 0xD1AF74) is known color: Putty. HEX triplet: D1, AF and 74. RGB value is (209,175,116). Sum of RGB (Red+Green+Blue) = 209+175+116=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF74 is #2E508B. Grayscale: #B2B2B2. Windows color (decimal): -3035276 or 7647185. OLE color: 7647185.
HSL color Cylindrical-coordinate representation of color #D1AF74: hue angle of 38.06º 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 #D1AF74 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 116 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.18 |
| HSL | 38.06º | 0.5% | 0.64% | - |
| HSV(B) | 38.06º | 0.44% | 0.82% | - |
| XYZ | 44.78 | 45.48 | 22.94 | - |
| YUV | 178.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 116 | 0 | 0.16 | 0.44 | 0.18 | 38.06 | 0.5 | 0.64 |
| Hex | D1 | AF | 74 | 0 | 10 | 2C | 12 | 26 | 32 | 40 |
| Octal | 321 | 257 | 164 | 0 | 20 | 54 | 22 | 46 | 62 | 100 |
| Binary | 11010001 | 10101111 | 1110100 | 0 | 10000 | 101100 | 10010 | 100110 | 110010 | 1000000 |
Color Harmonies of #D1AF74
Complementary color
Monochromatic Colors of #D1AF74
Black with #D1AF74
Text Example
Text Example
White with #D1AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF74; }
p { color: rgb(209,175,116); }
H1.HeaderClassName
{
color: #D1AF74;
}
.AnyTagClassName
{
color: #D1AF74;
}
</style>
background-color css
<style>
a { background-color: #D1AF74; }
a { background-color: rgb(209,175,116); }
div.DivClassName
{
background-color: #D1AF74;
}
.BgClassName
{
background-color: #D1AF74;
}
</style>
border-color css
<style>
span { border-color: #D1AF74; }
span { border-color: rgb(209,175,116); }
td.TdClassName
{
border-color: #D1AF74;
}
.TagClassName
{
border-color: #D1AF74;
}
</style>