Shades of Putty #D7AD76
Tints of Putty #D7AD76
RGB
CMYK
RGB Variations
Color information
#D7AD76 (or 0xD7AD76) is known color: Putty. HEX triplet: D7, AD and 76. RGB value is (215,173,118). Sum of RGB (Red+Green+Blue) = 215+173+118=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD76 is #285289. Grayscale: #B3B3B3. Windows color (decimal): -2642570 or 7777751. OLE color: 7777751.
HSL color Cylindrical-coordinate representation of color #D7AD76: hue angle of 34.02º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7AD76 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 118 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.16 |
| HSL | 34.02º | 0.55% | 0.65% | - |
| HSV(B) | 34.02º | 0.45% | 0.84% | - |
| XYZ | 46.24 | 45.64 | 23.51 | - |
| YUV | 179.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 118 | 0 | 0.20 | 0.45 | 0.16 | 34.02 | 0.55 | 0.65 |
| Hex | D7 | AD | 76 | 0 | 14 | 2D | 10 | 22 | 37 | 41 |
| Octal | 327 | 255 | 166 | 0 | 24 | 55 | 20 | 42 | 67 | 101 |
| Binary | 11010111 | 10101101 | 1110110 | 0 | 10100 | 101101 | 10000 | 100010 | 110111 | 1000001 |
Color Harmonies of #D7AD76
Complementary color
Monochromatic Colors of #D7AD76
Black with #D7AD76
Text Example
Text Example
White with #D7AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD76; }
p { color: rgb(215,173,118); }
H1.HeaderClassName
{
color: #D7AD76;
}
.AnyTagClassName
{
color: #D7AD76;
}
</style>
background-color css
<style>
a { background-color: #D7AD76; }
a { background-color: rgb(215,173,118); }
div.DivClassName
{
background-color: #D7AD76;
}
.BgClassName
{
background-color: #D7AD76;
}
</style>
border-color css
<style>
span { border-color: #D7AD76; }
span { border-color: rgb(215,173,118); }
td.TdClassName
{
border-color: #D7AD76;
}
.TagClassName
{
border-color: #D7AD76;
}
</style>