Shades of Putty #D2AD78
Tints of Putty #D2AD78
RGB
CMYK
RGB Variations
Color information
#D2AD78 (or 0xD2AD78) is known color: Putty. HEX triplet: D2, AD and 78. RGB value is (210,173,120). Sum of RGB (Red+Green+Blue) = 210+173+120=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD78 is #2D5287. Grayscale: #B2B2B2. Windows color (decimal): -2970248 or 7908818. OLE color: 7908818.
HSL color Cylindrical-coordinate representation of color #D2AD78: hue angle of 35.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2AD78 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 120 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.18 |
| HSL | 35.33º | 0.5% | 0.65% | - |
| HSV(B) | 35.33º | 0.43% | 0.82% | - |
| XYZ | 44.91 | 44.94 | 24.08 | - |
| YUV | 178.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 120 | 0 | 0.18 | 0.43 | 0.18 | 35.33 | 0.5 | 0.65 |
| Hex | D2 | AD | 78 | 0 | 12 | 2B | 12 | 23 | 32 | 41 |
| Octal | 322 | 255 | 170 | 0 | 22 | 53 | 22 | 43 | 62 | 101 |
| Binary | 11010010 | 10101101 | 1111000 | 0 | 10010 | 101011 | 10010 | 100011 | 110010 | 1000001 |
Color Harmonies of #D2AD78
Complementary color
Monochromatic Colors of #D2AD78
Black with #D2AD78
Text Example
Text Example
White with #D2AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD78; }
p { color: rgb(210,173,120); }
H1.HeaderClassName
{
color: #D2AD78;
}
.AnyTagClassName
{
color: #D2AD78;
}
</style>
background-color css
<style>
a { background-color: #D2AD78; }
a { background-color: rgb(210,173,120); }
div.DivClassName
{
background-color: #D2AD78;
}
.BgClassName
{
background-color: #D2AD78;
}
</style>
border-color css
<style>
span { border-color: #D2AD78; }
span { border-color: rgb(210,173,120); }
td.TdClassName
{
border-color: #D2AD78;
}
.TagClassName
{
border-color: #D2AD78;
}
</style>