Shades of Putty #D7AD6C
Tints of Putty #D7AD6C
RGB
CMYK
RGB Variations
Color information
#D7AD6C (or 0xD7AD6C) is known color: Putty. HEX triplet: D7, AD and 6C. RGB value is (215,173,108). Sum of RGB (Red+Green+Blue) = 215+173+108=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD6C is #285293. Grayscale: #B2B2B2. Windows color (decimal): -2642580 or 7122391. OLE color: 7122391.
HSL color Cylindrical-coordinate representation of color #D7AD6C: hue angle of 36.45º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7AD6C is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 108 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.16 |
| HSL | 36.45º | 0.57% | 0.63% | - |
| HSV(B) | 36.45º | 0.5% | 0.84% | - |
| XYZ | 45.67 | 45.42 | 20.55 | - |
| YUV | 178.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 108 | 0 | 0.20 | 0.50 | 0.16 | 36.45 | 0.57 | 0.63 |
| Hex | D7 | AD | 6C | 0 | 14 | 32 | 10 | 24 | 39 | 3F |
| Octal | 327 | 255 | 154 | 0 | 24 | 62 | 20 | 44 | 71 | 77 |
| Binary | 11010111 | 10101101 | 1101100 | 0 | 10100 | 110010 | 10000 | 100100 | 111001 | 111111 |
Color Harmonies of #D7AD6C
Complementary color
Monochromatic Colors of #D7AD6C
Black with #D7AD6C
Text Example
Text Example
White with #D7AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD6C; }
p { color: rgb(215,173,108); }
H1.HeaderClassName
{
color: #D7AD6C;
}
.AnyTagClassName
{
color: #D7AD6C;
}
</style>
background-color css
<style>
a { background-color: #D7AD6C; }
a { background-color: rgb(215,173,108); }
div.DivClassName
{
background-color: #D7AD6C;
}
.BgClassName
{
background-color: #D7AD6C;
}
</style>
border-color css
<style>
span { border-color: #D7AD6C; }
span { border-color: rgb(215,173,108); }
td.TdClassName
{
border-color: #D7AD6C;
}
.TagClassName
{
border-color: #D7AD6C;
}
</style>