Shades of Putty #D7AC73
Tints of Putty #D7AC73
RGB
CMYK
RGB Variations
Color information
#D7AC73 (or 0xD7AC73) is known color: Putty. HEX triplet: D7, AC and 73. RGB value is (215,172,115). Sum of RGB (Red+Green+Blue) = 215+172+115=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC73 is #28538C. Grayscale: #B2B2B2. Windows color (decimal): -2642829 or 7580887. OLE color: 7580887.
HSL color Cylindrical-coordinate representation of color #D7AC73: hue angle of 34.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7AC73 is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 115 | - |
| CMYK | 0 | 0.2 | 0.47 | 0.16 |
| HSL | 34.2º | 0.56% | 0.65% | - |
| HSV(B) | 34.2º | 0.47% | 0.84% | - |
| XYZ | 45.87 | 45.19 | 22.52 | - |
| YUV | 178.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 115 | 0 | 0.2 | 0.47 | 0.16 | 34.2 | 0.56 | 0.65 |
| Hex | D7 | AC | 73 | 0 | 14 | 2F | 10 | 22 | 38 | 41 |
| Octal | 327 | 254 | 163 | 0 | 24 | 57 | 20 | 42 | 70 | 101 |
| Binary | 11010111 | 10101100 | 1110011 | 0 | 10100 | 101111 | 10000 | 100010 | 111000 | 1000001 |
Color Harmonies of #D7AC73
Complementary color
Monochromatic Colors of #D7AC73
Black with #D7AC73
Text Example
Text Example
White with #D7AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC73; }
p { color: rgb(215,172,115); }
H1.HeaderClassName
{
color: #D7AC73;
}
.AnyTagClassName
{
color: #D7AC73;
}
</style>
background-color css
<style>
a { background-color: #D7AC73; }
a { background-color: rgb(215,172,115); }
div.DivClassName
{
background-color: #D7AC73;
}
.BgClassName
{
background-color: #D7AC73;
}
</style>
border-color css
<style>
span { border-color: #D7AC73; }
span { border-color: rgb(215,172,115); }
td.TdClassName
{
border-color: #D7AC73;
}
.TagClassName
{
border-color: #D7AC73;
}
</style>