Shades of Putty #D7AD70
Tints of Putty #D7AD70
RGB
CMYK
RGB Variations
Color information
#D7AD70 (or 0xD7AD70) is known color: Putty. HEX triplet: D7, AD and 70. RGB value is (215,173,112). Sum of RGB (Red+Green+Blue) = 215+173+112=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD70 is #28528F. Grayscale: #B2B2B2. Windows color (decimal): -2642576 or 7384535. OLE color: 7384535.
HSL color Cylindrical-coordinate representation of color #D7AD70: hue angle of 35.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7AD70 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 112 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.16 |
| HSL | 35.53º | 0.56% | 0.64% | - |
| HSV(B) | 35.53º | 0.48% | 0.84% | - |
| XYZ | 45.89 | 45.5 | 21.69 | - |
| YUV | 178.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 112 | 0 | 0.20 | 0.48 | 0.16 | 35.53 | 0.56 | 0.64 |
| Hex | D7 | AD | 70 | 0 | 14 | 30 | 10 | 24 | 38 | 40 |
| Octal | 327 | 255 | 160 | 0 | 24 | 60 | 20 | 44 | 70 | 100 |
| Binary | 11010111 | 10101101 | 1110000 | 0 | 10100 | 110000 | 10000 | 100100 | 111000 | 1000000 |
Color Harmonies of #D7AD70
Complementary color
Monochromatic Colors of #D7AD70
Black with #D7AD70
Text Example
Text Example
White with #D7AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD70; }
p { color: rgb(215,173,112); }
H1.HeaderClassName
{
color: #D7AD70;
}
.AnyTagClassName
{
color: #D7AD70;
}
</style>
background-color css
<style>
a { background-color: #D7AD70; }
a { background-color: rgb(215,173,112); }
div.DivClassName
{
background-color: #D7AD70;
}
.BgClassName
{
background-color: #D7AD70;
}
</style>
border-color css
<style>
span { border-color: #D7AD70; }
span { border-color: rgb(215,173,112); }
td.TdClassName
{
border-color: #D7AD70;
}
.TagClassName
{
border-color: #D7AD70;
}
</style>