Shades of Putty #D6AD73
Tints of Putty #D6AD73
RGB
CMYK
RGB Variations
Color information
#D6AD73 (or 0xD6AD73) is known color: Putty. HEX triplet: D6, AD and 73. RGB value is (214,173,115). Sum of RGB (Red+Green+Blue) = 214+173+115=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD73 is #29528C. Grayscale: #B2B2B2. Windows color (decimal): -2708109 or 7581142. OLE color: 7581142.
HSL color Cylindrical-coordinate representation of color #D6AD73: hue angle of 35.15º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6AD73 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 115 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.16 |
| HSL | 35.15º | 0.55% | 0.65% | - |
| HSV(B) | 35.15º | 0.46% | 0.84% | - |
| XYZ | 45.77 | 45.42 | 22.57 | - |
| YUV | 178.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 115 | 0 | 0.19 | 0.46 | 0.16 | 35.15 | 0.55 | 0.65 |
| Hex | D6 | AD | 73 | 0 | 13 | 2E | 10 | 23 | 37 | 41 |
| Octal | 326 | 255 | 163 | 0 | 23 | 56 | 20 | 43 | 67 | 101 |
| Binary | 11010110 | 10101101 | 1110011 | 0 | 10011 | 101110 | 10000 | 100011 | 110111 | 1000001 |
Color Harmonies of #D6AD73
Complementary color
Monochromatic Colors of #D6AD73
Black with #D6AD73
Text Example
Text Example
White with #D6AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD73; }
p { color: rgb(214,173,115); }
H1.HeaderClassName
{
color: #D6AD73;
}
.AnyTagClassName
{
color: #D6AD73;
}
</style>
background-color css
<style>
a { background-color: #D6AD73; }
a { background-color: rgb(214,173,115); }
div.DivClassName
{
background-color: #D6AD73;
}
.BgClassName
{
background-color: #D6AD73;
}
</style>
border-color css
<style>
span { border-color: #D6AD73; }
span { border-color: rgb(214,173,115); }
td.TdClassName
{
border-color: #D6AD73;
}
.TagClassName
{
border-color: #D6AD73;
}
</style>