Shades of Putty #D7AD74
Tints of Putty #D7AD74
RGB
CMYK
RGB Variations
Color information
#D7AD74 (or 0xD7AD74) is known color: Putty. HEX triplet: D7, AD and 74. RGB value is (215,173,116). Sum of RGB (Red+Green+Blue) = 215+173+116=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD74 is #28528B. Grayscale: #B3B3B3. Windows color (decimal): -2642572 or 7646679. OLE color: 7646679.
HSL color Cylindrical-coordinate representation of color #D7AD74: hue angle of 34.55º 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 #D7AD74 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 116 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.16 |
| HSL | 34.55º | 0.55% | 0.65% | - |
| HSV(B) | 34.55º | 0.46% | 0.84% | - |
| XYZ | 46.12 | 45.6 | 22.89 | - |
| YUV | 179.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 116 | 0 | 0.20 | 0.46 | 0.16 | 34.55 | 0.55 | 0.65 |
| Hex | D7 | AD | 74 | 0 | 14 | 2E | 10 | 23 | 37 | 41 |
| Octal | 327 | 255 | 164 | 0 | 24 | 56 | 20 | 43 | 67 | 101 |
| Binary | 11010111 | 10101101 | 1110100 | 0 | 10100 | 101110 | 10000 | 100011 | 110111 | 1000001 |
Color Harmonies of #D7AD74
Complementary color
Monochromatic Colors of #D7AD74
Black with #D7AD74
Text Example
Text Example
White with #D7AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD74; }
p { color: rgb(215,173,116); }
H1.HeaderClassName
{
color: #D7AD74;
}
.AnyTagClassName
{
color: #D7AD74;
}
</style>
background-color css
<style>
a { background-color: #D7AD74; }
a { background-color: rgb(215,173,116); }
div.DivClassName
{
background-color: #D7AD74;
}
.BgClassName
{
background-color: #D7AD74;
}
</style>
border-color css
<style>
span { border-color: #D7AD74; }
span { border-color: rgb(215,173,116); }
td.TdClassName
{
border-color: #D7AD74;
}
.TagClassName
{
border-color: #D7AD74;
}
</style>