Shades of Putty #D7AF6E
Tints of Putty #D7AF6E
RGB
CMYK
RGB Variations
Color information
#D7AF6E (or 0xD7AF6E) is known color: Putty. HEX triplet: D7, AF and 6E. RGB value is (215,175,110). Sum of RGB (Red+Green+Blue) = 215+175+110=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF6E is #285091. Grayscale: #B3B3B3. Windows color (decimal): -2642066 or 7253975. OLE color: 7253975.
HSL color Cylindrical-coordinate representation of color #D7AF6E: hue angle of 37.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7AF6E is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 110 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.16 |
| HSL | 37.14º | 0.57% | 0.64% | - |
| HSV(B) | 37.14º | 0.49% | 0.84% | - |
| XYZ | 46.17 | 46.23 | 21.24 | - |
| YUV | 179.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 110 | 0 | 0.19 | 0.49 | 0.16 | 37.14 | 0.57 | 0.64 |
| Hex | D7 | AF | 6E | 0 | 13 | 31 | 10 | 25 | 39 | 40 |
| Octal | 327 | 257 | 156 | 0 | 23 | 61 | 20 | 45 | 71 | 100 |
| Binary | 11010111 | 10101111 | 1101110 | 0 | 10011 | 110001 | 10000 | 100101 | 111001 | 1000000 |
Color Harmonies of #D7AF6E
Complementary color
Monochromatic Colors of #D7AF6E
Black with #D7AF6E
Text Example
Text Example
White with #D7AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF6E; }
p { color: rgb(215,175,110); }
H1.HeaderClassName
{
color: #D7AF6E;
}
.AnyTagClassName
{
color: #D7AF6E;
}
</style>
background-color css
<style>
a { background-color: #D7AF6E; }
a { background-color: rgb(215,175,110); }
div.DivClassName
{
background-color: #D7AF6E;
}
.BgClassName
{
background-color: #D7AF6E;
}
</style>
border-color css
<style>
span { border-color: #D7AF6E; }
span { border-color: rgb(215,175,110); }
td.TdClassName
{
border-color: #D7AF6E;
}
.TagClassName
{
border-color: #D7AF6E;
}
</style>