Shades of Putty #D2AD79
Tints of Putty #D2AD79
RGB
CMYK
RGB Variations
Color information
#D2AD79 (or 0xD2AD79) is known color: Putty. HEX triplet: D2, AD and 79. RGB value is (210,173,121). Sum of RGB (Red+Green+Blue) = 210+173+121=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD79 is #2D5286. Grayscale: #B2B2B2. Windows color (decimal): -2970247 or 7974354. OLE color: 7974354.
HSL color Cylindrical-coordinate representation of color #D2AD79: hue angle of 35.06º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2AD79 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 121 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.18 |
| HSL | 35.06º | 0.5% | 0.65% | - |
| HSV(B) | 35.06º | 0.42% | 0.82% | - |
| XYZ | 44.97 | 44.97 | 24.4 | - |
| YUV | 178.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 121 | 0 | 0.18 | 0.42 | 0.18 | 35.06 | 0.5 | 0.65 |
| Hex | D2 | AD | 79 | 0 | 12 | 2A | 12 | 23 | 32 | 41 |
| Octal | 322 | 255 | 171 | 0 | 22 | 52 | 22 | 43 | 62 | 101 |
| Binary | 11010010 | 10101101 | 1111001 | 0 | 10010 | 101010 | 10010 | 100011 | 110010 | 1000001 |
Color Harmonies of #D2AD79
Complementary color
Monochromatic Colors of #D2AD79
Black with #D2AD79
Text Example
Text Example
White with #D2AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD79; }
p { color: rgb(210,173,121); }
H1.HeaderClassName
{
color: #D2AD79;
}
.AnyTagClassName
{
color: #D2AD79;
}
</style>
background-color css
<style>
a { background-color: #D2AD79; }
a { background-color: rgb(210,173,121); }
div.DivClassName
{
background-color: #D2AD79;
}
.BgClassName
{
background-color: #D2AD79;
}
</style>
border-color css
<style>
span { border-color: #D2AD79; }
span { border-color: rgb(210,173,121); }
td.TdClassName
{
border-color: #D2AD79;
}
.TagClassName
{
border-color: #D2AD79;
}
</style>