Shades of Putty #D2AF74
Tints of Putty #D2AF74
RGB
CMYK
RGB Variations
Color information
#D2AF74 (or 0xD2AF74) is known color: Putty. HEX triplet: D2, AF and 74. RGB value is (210,175,116). Sum of RGB (Red+Green+Blue) = 210+175+116=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF74 is #2D508B. Grayscale: #B3B3B3. Windows color (decimal): -2969740 or 7647186. OLE color: 7647186.
HSL color Cylindrical-coordinate representation of color #D2AF74: hue angle of 37.66º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2AF74 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 116 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.18 |
| HSL | 37.66º | 0.51% | 0.64% | - |
| HSV(B) | 37.66º | 0.45% | 0.82% | - |
| XYZ | 45.06 | 45.62 | 22.95 | - |
| YUV | 178.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 116 | 0 | 0.17 | 0.45 | 0.18 | 37.66 | 0.51 | 0.64 |
| Hex | D2 | AF | 74 | 0 | 11 | 2D | 12 | 26 | 33 | 40 |
| Octal | 322 | 257 | 164 | 0 | 21 | 55 | 22 | 46 | 63 | 100 |
| Binary | 11010010 | 10101111 | 1110100 | 0 | 10001 | 101101 | 10010 | 100110 | 110011 | 1000000 |
Color Harmonies of #D2AF74
Complementary color
Monochromatic Colors of #D2AF74
Black with #D2AF74
Text Example
Text Example
White with #D2AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF74; }
p { color: rgb(210,175,116); }
H1.HeaderClassName
{
color: #D2AF74;
}
.AnyTagClassName
{
color: #D2AF74;
}
</style>
background-color css
<style>
a { background-color: #D2AF74; }
a { background-color: rgb(210,175,116); }
div.DivClassName
{
background-color: #D2AF74;
}
.BgClassName
{
background-color: #D2AF74;
}
</style>
border-color css
<style>
span { border-color: #D2AF74; }
span { border-color: rgb(210,175,116); }
td.TdClassName
{
border-color: #D2AF74;
}
.TagClassName
{
border-color: #D2AF74;
}
</style>