Shades of Putty #D2AF76
Tints of Putty #D2AF76
RGB
CMYK
RGB Variations
Color information
#D2AF76 (or 0xD2AF76) is known color: Putty. HEX triplet: D2, AF and 76. RGB value is (210,175,118). Sum of RGB (Red+Green+Blue) = 210+175+118=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF76 is #2D5089. Grayscale: #B3B3B3. Windows color (decimal): -2969738 or 7778258. OLE color: 7778258.
HSL color Cylindrical-coordinate representation of color #D2AF76: hue angle of 37.17º 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 #D2AF76 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 118 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.18 |
| HSL | 37.17º | 0.51% | 0.64% | - |
| HSV(B) | 37.17º | 0.44% | 0.82% | - |
| XYZ | 45.18 | 45.67 | 23.57 | - |
| YUV | 178.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 118 | 0 | 0.17 | 0.44 | 0.18 | 37.17 | 0.51 | 0.64 |
| Hex | D2 | AF | 76 | 0 | 11 | 2C | 12 | 25 | 33 | 40 |
| Octal | 322 | 257 | 166 | 0 | 21 | 54 | 22 | 45 | 63 | 100 |
| Binary | 11010010 | 10101111 | 1110110 | 0 | 10001 | 101100 | 10010 | 100101 | 110011 | 1000000 |
Color Harmonies of #D2AF76
Complementary color
Monochromatic Colors of #D2AF76
Black with #D2AF76
Text Example
Text Example
White with #D2AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF76; }
p { color: rgb(210,175,118); }
H1.HeaderClassName
{
color: #D2AF76;
}
.AnyTagClassName
{
color: #D2AF76;
}
</style>
background-color css
<style>
a { background-color: #D2AF76; }
a { background-color: rgb(210,175,118); }
div.DivClassName
{
background-color: #D2AF76;
}
.BgClassName
{
background-color: #D2AF76;
}
</style>
border-color css
<style>
span { border-color: #D2AF76; }
span { border-color: rgb(210,175,118); }
td.TdClassName
{
border-color: #D2AF76;
}
.TagClassName
{
border-color: #D2AF76;
}
</style>