Shades of Putty #D2AE76
Tints of Putty #D2AE76
RGB
CMYK
RGB Variations
Color information
#D2AE76 (or 0xD2AE76) is known color: Putty. HEX triplet: D2, AE and 76. RGB value is (210,174,118). Sum of RGB (Red+Green+Blue) = 210+174+118=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE76 is #2D5189. Grayscale: #B2B2B2. Windows color (decimal): -2969994 or 7778002. OLE color: 7778002.
HSL color Cylindrical-coordinate representation of color #D2AE76: hue angle of 36.52º degrees, saturation: 0.51, 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 #D2AE76 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 118 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.18 |
| HSL | 36.52º | 0.51% | 0.64% | - |
| HSV(B) | 36.52º | 0.44% | 0.82% | - |
| XYZ | 44.98 | 45.28 | 23.51 | - |
| YUV | 178.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 118 | 0 | 0.17 | 0.44 | 0.18 | 36.52 | 0.51 | 0.64 |
| Hex | D2 | AE | 76 | 0 | 11 | 2C | 12 | 25 | 33 | 40 |
| Octal | 322 | 256 | 166 | 0 | 21 | 54 | 22 | 45 | 63 | 100 |
| Binary | 11010010 | 10101110 | 1110110 | 0 | 10001 | 101100 | 10010 | 100101 | 110011 | 1000000 |
Color Harmonies of #D2AE76
Complementary color
Monochromatic Colors of #D2AE76
Black with #D2AE76
Text Example
Text Example
White with #D2AE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AE76; }
p { color: rgb(210,174,118); }
H1.HeaderClassName
{
color: #D2AE76;
}
.AnyTagClassName
{
color: #D2AE76;
}
</style>
background-color css
<style>
a { background-color: #D2AE76; }
a { background-color: rgb(210,174,118); }
div.DivClassName
{
background-color: #D2AE76;
}
.BgClassName
{
background-color: #D2AE76;
}
</style>
border-color css
<style>
span { border-color: #D2AE76; }
span { border-color: rgb(210,174,118); }
td.TdClassName
{
border-color: #D2AE76;
}
.TagClassName
{
border-color: #D2AE76;
}
</style>