Shades of Putty #D7A86A
Tints of Putty #D7A86A
RGB
CMYK
RGB Variations
Color information
#D7A86A (or 0xD7A86A) is known color: Putty. HEX triplet: D7, A8 and 6A. RGB value is (215,168,106). Sum of RGB (Red+Green+Blue) = 215+168+106=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A86A is #285795. Grayscale: #AFAFAF. Windows color (decimal): -2643862 or 6990039. OLE color: 6990039.
HSL color Cylindrical-coordinate representation of color #D7A86A: hue angle of 34.13º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7A86A is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 106 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.16 |
| HSL | 34.13º | 0.58% | 0.63% | - |
| HSV(B) | 34.13º | 0.51% | 0.84% | - |
| XYZ | 44.63 | 43.49 | 19.68 | - |
| YUV | 174.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 106 | 0 | 0.22 | 0.51 | 0.16 | 34.13 | 0.58 | 0.63 |
| Hex | D7 | A8 | 6A | 0 | 16 | 33 | 10 | 22 | 3A | 3F |
| Octal | 327 | 250 | 152 | 0 | 26 | 63 | 20 | 42 | 72 | 77 |
| Binary | 11010111 | 10101000 | 1101010 | 0 | 10110 | 110011 | 10000 | 100010 | 111010 | 111111 |
Color Harmonies of #D7A86A
Complementary color
Monochromatic Colors of #D7A86A
Black with #D7A86A
Text Example
Text Example
White with #D7A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A86A; }
p { color: rgb(215,168,106); }
H1.HeaderClassName
{
color: #D7A86A;
}
.AnyTagClassName
{
color: #D7A86A;
}
</style>
background-color css
<style>
a { background-color: #D7A86A; }
a { background-color: rgb(215,168,106); }
div.DivClassName
{
background-color: #D7A86A;
}
.BgClassName
{
background-color: #D7A86A;
}
</style>
border-color css
<style>
span { border-color: #D7A86A; }
span { border-color: rgb(215,168,106); }
td.TdClassName
{
border-color: #D7A86A;
}
.TagClassName
{
border-color: #D7A86A;
}
</style>