Shades of Putty #D2AF75
Tints of Putty #D2AF75
RGB
CMYK
RGB Variations
Color information
#D2AF75 (or 0xD2AF75) is known color: Putty. HEX triplet: D2, AF and 75. RGB value is (210,175,117). Sum of RGB (Red+Green+Blue) = 210+175+117=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF75 is #2D508A. Grayscale: #B3B3B3. Windows color (decimal): -2969739 or 7712722. OLE color: 7712722.
HSL color Cylindrical-coordinate representation of color #D2AF75: hue angle of 37.42º 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 #D2AF75 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 117 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.18 |
| HSL | 37.42º | 0.51% | 0.64% | - |
| HSV(B) | 37.42º | 0.44% | 0.82% | - |
| XYZ | 45.12 | 45.65 | 23.26 | - |
| YUV | 178.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 117 | 0 | 0.17 | 0.44 | 0.18 | 37.42 | 0.51 | 0.64 |
| Hex | D2 | AF | 75 | 0 | 11 | 2C | 12 | 25 | 33 | 40 |
| Octal | 322 | 257 | 165 | 0 | 21 | 54 | 22 | 45 | 63 | 100 |
| Binary | 11010010 | 10101111 | 1110101 | 0 | 10001 | 101100 | 10010 | 100101 | 110011 | 1000000 |
Color Harmonies of #D2AF75
Complementary color
Monochromatic Colors of #D2AF75
Black with #D2AF75
Text Example
Text Example
White with #D2AF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF75; }
p { color: rgb(210,175,117); }
H1.HeaderClassName
{
color: #D2AF75;
}
.AnyTagClassName
{
color: #D2AF75;
}
</style>
background-color css
<style>
a { background-color: #D2AF75; }
a { background-color: rgb(210,175,117); }
div.DivClassName
{
background-color: #D2AF75;
}
.BgClassName
{
background-color: #D2AF75;
}
</style>
border-color css
<style>
span { border-color: #D2AF75; }
span { border-color: rgb(210,175,117); }
td.TdClassName
{
border-color: #D2AF75;
}
.TagClassName
{
border-color: #D2AF75;
}
</style>