Shades of Putty #D1AE74
Tints of Putty #D1AE74
RGB
CMYK
RGB Variations
Color information
#D1AE74 (or 0xD1AE74) is known color: Putty. HEX triplet: D1, AE and 74. RGB value is (209,174,116). Sum of RGB (Red+Green+Blue) = 209+174+116=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE74 is #2E518B. Grayscale: #B2B2B2. Windows color (decimal): -3035532 or 7646929. OLE color: 7646929.
HSL color Cylindrical-coordinate representation of color #D1AE74: hue angle of 37.42º 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 #D1AE74 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 116 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.18 |
| HSL | 37.42º | 0.5% | 0.64% | - |
| HSV(B) | 37.42º | 0.44% | 0.82% | - |
| XYZ | 44.58 | 45.09 | 22.88 | - |
| YUV | 177.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 116 | 0 | 0.17 | 0.44 | 0.18 | 37.42 | 0.5 | 0.64 |
| Hex | D1 | AE | 74 | 0 | 11 | 2C | 12 | 25 | 32 | 40 |
| Octal | 321 | 256 | 164 | 0 | 21 | 54 | 22 | 45 | 62 | 100 |
| Binary | 11010001 | 10101110 | 1110100 | 0 | 10001 | 101100 | 10010 | 100101 | 110010 | 1000000 |
Color Harmonies of #D1AE74
Complementary color
Monochromatic Colors of #D1AE74
Black with #D1AE74
Text Example
Text Example
White with #D1AE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AE74; }
p { color: rgb(209,174,116); }
H1.HeaderClassName
{
color: #D1AE74;
}
.AnyTagClassName
{
color: #D1AE74;
}
</style>
background-color css
<style>
a { background-color: #D1AE74; }
a { background-color: rgb(209,174,116); }
div.DivClassName
{
background-color: #D1AE74;
}
.BgClassName
{
background-color: #D1AE74;
}
</style>
border-color css
<style>
span { border-color: #D1AE74; }
span { border-color: rgb(209,174,116); }
td.TdClassName
{
border-color: #D1AE74;
}
.TagClassName
{
border-color: #D1AE74;
}
</style>