Shades of Putty #D2AD74
Tints of Putty #D2AD74
RGB
CMYK
RGB Variations
Color information
#D2AD74 (or 0xD2AD74) is known color: Putty. HEX triplet: D2, AD and 74. RGB value is (210,173,116). Sum of RGB (Red+Green+Blue) = 210+173+116=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD74 is #2D528B. Grayscale: #B1B1B1. Windows color (decimal): -2970252 or 7646674. OLE color: 7646674.
HSL color Cylindrical-coordinate representation of color #D2AD74: hue angle of 36.38º 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 #D2AD74 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 116 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.18 |
| HSL | 36.38º | 0.51% | 0.64% | - |
| HSV(B) | 36.38º | 0.45% | 0.82% | - |
| XYZ | 44.67 | 44.85 | 22.83 | - |
| YUV | 177.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 116 | 0 | 0.18 | 0.45 | 0.18 | 36.38 | 0.51 | 0.64 |
| Hex | D2 | AD | 74 | 0 | 12 | 2D | 12 | 24 | 33 | 40 |
| Octal | 322 | 255 | 164 | 0 | 22 | 55 | 22 | 44 | 63 | 100 |
| Binary | 11010010 | 10101101 | 1110100 | 0 | 10010 | 101101 | 10010 | 100100 | 110011 | 1000000 |
Color Harmonies of #D2AD74
Complementary color
Monochromatic Colors of #D2AD74
Black with #D2AD74
Text Example
Text Example
White with #D2AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD74; }
p { color: rgb(210,173,116); }
H1.HeaderClassName
{
color: #D2AD74;
}
.AnyTagClassName
{
color: #D2AD74;
}
</style>
background-color css
<style>
a { background-color: #D2AD74; }
a { background-color: rgb(210,173,116); }
div.DivClassName
{
background-color: #D2AD74;
}
.BgClassName
{
background-color: #D2AD74;
}
</style>
border-color css
<style>
span { border-color: #D2AD74; }
span { border-color: rgb(210,173,116); }
td.TdClassName
{
border-color: #D2AD74;
}
.TagClassName
{
border-color: #D2AD74;
}
</style>