Shades of Putty #D1AD78
Tints of Putty #D1AD78
RGB
CMYK
RGB Variations
Color information
#D1AD78 (or 0xD1AD78) is known color: Putty. HEX triplet: D1, AD and 78. RGB value is (209,173,120). Sum of RGB (Red+Green+Blue) = 209+173+120=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD78 is #2E5287. Grayscale: #B1B1B1. Windows color (decimal): -3035784 or 7908817. OLE color: 7908817.
HSL color Cylindrical-coordinate representation of color #D1AD78: hue angle of 35.73º degrees, saturation: 0.49, 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 #D1AD78 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 120 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.18 |
| HSL | 35.73º | 0.49% | 0.65% | - |
| HSV(B) | 35.73º | 0.43% | 0.82% | - |
| XYZ | 44.63 | 44.8 | 24.06 | - |
| YUV | 177.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 120 | 0 | 0.17 | 0.43 | 0.18 | 35.73 | 0.49 | 0.65 |
| Hex | D1 | AD | 78 | 0 | 11 | 2B | 12 | 24 | 31 | 41 |
| Octal | 321 | 255 | 170 | 0 | 21 | 53 | 22 | 44 | 61 | 101 |
| Binary | 11010001 | 10101101 | 1111000 | 0 | 10001 | 101011 | 10010 | 100100 | 110001 | 1000001 |
Color Harmonies of #D1AD78
Complementary color
Monochromatic Colors of #D1AD78
Black with #D1AD78
Text Example
Text Example
White with #D1AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD78; }
p { color: rgb(209,173,120); }
H1.HeaderClassName
{
color: #D1AD78;
}
.AnyTagClassName
{
color: #D1AD78;
}
</style>
background-color css
<style>
a { background-color: #D1AD78; }
a { background-color: rgb(209,173,120); }
div.DivClassName
{
background-color: #D1AD78;
}
.BgClassName
{
background-color: #D1AD78;
}
</style>
border-color css
<style>
span { border-color: #D1AD78; }
span { border-color: rgb(209,173,120); }
td.TdClassName
{
border-color: #D1AD78;
}
.TagClassName
{
border-color: #D1AD78;
}
</style>