Shades of Putty #D7AA6D
Tints of Putty #D7AA6D
RGB
CMYK
RGB Variations
Color information
#D7AA6D (or 0xD7AA6D) is known color: Putty. HEX triplet: D7, AA and 6D. RGB value is (215,170,109). Sum of RGB (Red+Green+Blue) = 215+170+109=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AA6D is #285592. Grayscale: #B0B0B0. Windows color (decimal): -2643347 or 7187159. OLE color: 7187159.
HSL color Cylindrical-coordinate representation of color #D7AA6D: hue angle of 34.53º 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 #D7AA6D is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 109 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.16 |
| HSL | 34.53º | 0.57% | 0.64% | - |
| HSV(B) | 34.53º | 0.49% | 0.84% | - |
| XYZ | 45.16 | 44.3 | 20.64 | - |
| YUV | 176.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 109 | 0 | 0.21 | 0.49 | 0.16 | 34.53 | 0.57 | 0.64 |
| Hex | D7 | AA | 6D | 0 | 15 | 31 | 10 | 23 | 39 | 40 |
| Octal | 327 | 252 | 155 | 0 | 25 | 61 | 20 | 43 | 71 | 100 |
| Binary | 11010111 | 10101010 | 1101101 | 0 | 10101 | 110001 | 10000 | 100011 | 111001 | 1000000 |
Color Harmonies of #D7AA6D
Complementary color
Monochromatic Colors of #D7AA6D
Black with #D7AA6D
Text Example
Text Example
White with #D7AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA6D; }
p { color: rgb(215,170,109); }
H1.HeaderClassName
{
color: #D7AA6D;
}
.AnyTagClassName
{
color: #D7AA6D;
}
</style>
background-color css
<style>
a { background-color: #D7AA6D; }
a { background-color: rgb(215,170,109); }
div.DivClassName
{
background-color: #D7AA6D;
}
.BgClassName
{
background-color: #D7AA6D;
}
</style>
border-color css
<style>
span { border-color: #D7AA6D; }
span { border-color: rgb(215,170,109); }
td.TdClassName
{
border-color: #D7AA6D;
}
.TagClassName
{
border-color: #D7AA6D;
}
</style>