Shades of Putty #D7AF77
Tints of Putty #D7AF77
RGB
CMYK
RGB Variations
Color information
#D7AF77 (or 0xD7AF77) is known color: Putty. HEX triplet: D7, AF and 77. RGB value is (215,175,119). Sum of RGB (Red+Green+Blue) = 215+175+119=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF77 is #285088. Grayscale: #B4B4B4. Windows color (decimal): -2642057 or 7843799. OLE color: 7843799.
HSL color Cylindrical-coordinate representation of color #D7AF77: hue angle of 35º 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 #D7AF77 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 119 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.16 |
| HSL | 35º | 0.55% | 0.65% | - |
| HSV(B) | 35º | 0.45% | 0.84% | - |
| XYZ | 46.68 | 46.44 | 23.96 | - |
| YUV | 180.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 119 | 0 | 0.19 | 0.45 | 0.16 | 35 | 0.55 | 0.65 |
| Hex | D7 | AF | 77 | 0 | 13 | 2D | 10 | 23 | 37 | 41 |
| Octal | 327 | 257 | 167 | 0 | 23 | 55 | 20 | 43 | 67 | 101 |
| Binary | 11010111 | 10101111 | 1110111 | 0 | 10011 | 101101 | 10000 | 100011 | 110111 | 1000001 |
Color Harmonies of #D7AF77
Complementary color
Monochromatic Colors of #D7AF77
Black with #D7AF77
Text Example
Text Example
White with #D7AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF77; }
p { color: rgb(215,175,119); }
H1.HeaderClassName
{
color: #D7AF77;
}
.AnyTagClassName
{
color: #D7AF77;
}
</style>
background-color css
<style>
a { background-color: #D7AF77; }
a { background-color: rgb(215,175,119); }
div.DivClassName
{
background-color: #D7AF77;
}
.BgClassName
{
background-color: #D7AF77;
}
</style>
border-color css
<style>
span { border-color: #D7AF77; }
span { border-color: rgb(215,175,119); }
td.TdClassName
{
border-color: #D7AF77;
}
.TagClassName
{
border-color: #D7AF77;
}
</style>