Shades of Putty #D7A46D
Tints of Putty #D7A46D
RGB
CMYK
RGB Variations
Color information
#D7A46D (or 0xD7A46D) is known color: Putty. HEX triplet: D7, A4 and 6D. RGB value is (215,164,109). Sum of RGB (Red+Green+Blue) = 215+164+109=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A46D is #285B92. Grayscale: #ADADAD. Windows color (decimal): -2644883 or 7185623. OLE color: 7185623.
HSL color Cylindrical-coordinate representation of color #D7A46D: hue angle of 31.13º 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 #D7A46D is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 109 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.16 |
| HSL | 31.13º | 0.57% | 0.64% | - |
| HSV(B) | 31.13º | 0.49% | 0.84% | - |
| XYZ | 44.06 | 42.1 | 20.27 | - |
| YUV | 172.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 109 | 0 | 0.24 | 0.49 | 0.16 | 31.13 | 0.57 | 0.64 |
| Hex | D7 | A4 | 6D | 0 | 18 | 31 | 10 | 1F | 39 | 40 |
| Octal | 327 | 244 | 155 | 0 | 30 | 61 | 20 | 37 | 71 | 100 |
| Binary | 11010111 | 10100100 | 1101101 | 0 | 11000 | 110001 | 10000 | 11111 | 111001 | 1000000 |
Color Harmonies of #D7A46D
Complementary color
Monochromatic Colors of #D7A46D
Black with #D7A46D
Text Example
Text Example
White with #D7A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A46D; }
p { color: rgb(215,164,109); }
H1.HeaderClassName
{
color: #D7A46D;
}
.AnyTagClassName
{
color: #D7A46D;
}
</style>
background-color css
<style>
a { background-color: #D7A46D; }
a { background-color: rgb(215,164,109); }
div.DivClassName
{
background-color: #D7A46D;
}
.BgClassName
{
background-color: #D7A46D;
}
</style>
border-color css
<style>
span { border-color: #D7A46D; }
span { border-color: rgb(215,164,109); }
td.TdClassName
{
border-color: #D7A46D;
}
.TagClassName
{
border-color: #D7A46D;
}
</style>