Shades of Putty #D0AD78
Tints of Putty #D0AD78
RGB
CMYK
RGB Variations
Color information
#D0AD78 (or 0xD0AD78) is known color: Putty. HEX triplet: D0, AD and 78. RGB value is (208,173,120). Sum of RGB (Red+Green+Blue) = 208+173+120=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD78 is #2F5287. Grayscale: #B1B1B1. Windows color (decimal): -3101320 or 7908816. OLE color: 7908816.
HSL color Cylindrical-coordinate representation of color #D0AD78: hue angle of 36.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0AD78 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 120 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.18 |
| HSL | 36.14º | 0.48% | 0.64% | - |
| HSV(B) | 36.14º | 0.42% | 0.82% | - |
| XYZ | 44.35 | 44.65 | 24.05 | - |
| YUV | 177.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 120 | 0 | 0.17 | 0.42 | 0.18 | 36.14 | 0.48 | 0.64 |
| Hex | D0 | AD | 78 | 0 | 11 | 2A | 12 | 24 | 30 | 40 |
| Octal | 320 | 255 | 170 | 0 | 21 | 52 | 22 | 44 | 60 | 100 |
| Binary | 11010000 | 10101101 | 1111000 | 0 | 10001 | 101010 | 10010 | 100100 | 110000 | 1000000 |
Color Harmonies of #D0AD78
Complementary color
Monochromatic Colors of #D0AD78
Black with #D0AD78
Text Example
Text Example
White with #D0AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD78; }
p { color: rgb(208,173,120); }
H1.HeaderClassName
{
color: #D0AD78;
}
.AnyTagClassName
{
color: #D0AD78;
}
</style>
background-color css
<style>
a { background-color: #D0AD78; }
a { background-color: rgb(208,173,120); }
div.DivClassName
{
background-color: #D0AD78;
}
.BgClassName
{
background-color: #D0AD78;
}
</style>
border-color css
<style>
span { border-color: #D0AD78; }
span { border-color: rgb(208,173,120); }
td.TdClassName
{
border-color: #D0AD78;
}
.TagClassName
{
border-color: #D0AD78;
}
</style>