Shades of Putty #D6AD72
Tints of Putty #D6AD72
RGB
CMYK
RGB Variations
Color information
#D6AD72 (or 0xD6AD72) is known color: Putty. HEX triplet: D6, AD and 72. RGB value is (214,173,114). Sum of RGB (Red+Green+Blue) = 214+173+114=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD72 is #29528D. Grayscale: #B2B2B2. Windows color (decimal): -2708110 or 7515606. OLE color: 7515606.
HSL color Cylindrical-coordinate representation of color #D6AD72: hue angle of 35.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6AD72 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 114 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.16 |
| HSL | 35.4º | 0.55% | 0.64% | - |
| HSV(B) | 35.4º | 0.47% | 0.84% | - |
| XYZ | 45.71 | 45.4 | 22.27 | - |
| YUV | 178.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 114 | 0 | 0.19 | 0.47 | 0.16 | 35.4 | 0.55 | 0.64 |
| Hex | D6 | AD | 72 | 0 | 13 | 2F | 10 | 23 | 37 | 40 |
| Octal | 326 | 255 | 162 | 0 | 23 | 57 | 20 | 43 | 67 | 100 |
| Binary | 11010110 | 10101101 | 1110010 | 0 | 10011 | 101111 | 10000 | 100011 | 110111 | 1000000 |
Color Harmonies of #D6AD72
Complementary color
Monochromatic Colors of #D6AD72
Black with #D6AD72
Text Example
Text Example
White with #D6AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD72; }
p { color: rgb(214,173,114); }
H1.HeaderClassName
{
color: #D6AD72;
}
.AnyTagClassName
{
color: #D6AD72;
}
</style>
background-color css
<style>
a { background-color: #D6AD72; }
a { background-color: rgb(214,173,114); }
div.DivClassName
{
background-color: #D6AD72;
}
.BgClassName
{
background-color: #D6AD72;
}
</style>
border-color css
<style>
span { border-color: #D6AD72; }
span { border-color: rgb(214,173,114); }
td.TdClassName
{
border-color: #D6AD72;
}
.TagClassName
{
border-color: #D6AD72;
}
</style>