Shades of Putty #D3AC72
Tints of Putty #D3AC72
RGB
CMYK
RGB Variations
Color information
#D3AC72 (or 0xD3AC72) is known color: Putty. HEX triplet: D3, AC and 72. RGB value is (211,172,114). Sum of RGB (Red+Green+Blue) = 211+172+114=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AC72 is #2C538D. Grayscale: #B1B1B1. Windows color (decimal): -2904974 or 7515347. OLE color: 7515347.
HSL color Cylindrical-coordinate representation of color #D3AC72: hue angle of 35.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3AC72 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 114 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.17 |
| HSL | 35.88º | 0.52% | 0.64% | - |
| HSV(B) | 35.88º | 0.46% | 0.83% | - |
| XYZ | 44.65 | 44.57 | 22.17 | - |
| YUV | 177.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 114 | 0 | 0.18 | 0.46 | 0.17 | 35.88 | 0.52 | 0.64 |
| Hex | D3 | AC | 72 | 0 | 12 | 2E | 11 | 24 | 34 | 40 |
| Octal | 323 | 254 | 162 | 0 | 22 | 56 | 21 | 44 | 64 | 100 |
| Binary | 11010011 | 10101100 | 1110010 | 0 | 10010 | 101110 | 10001 | 100100 | 110100 | 1000000 |
Color Harmonies of #D3AC72
Complementary color
Monochromatic Colors of #D3AC72
Black with #D3AC72
Text Example
Text Example
White with #D3AC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC72; }
p { color: rgb(211,172,114); }
H1.HeaderClassName
{
color: #D3AC72;
}
.AnyTagClassName
{
color: #D3AC72;
}
</style>
background-color css
<style>
a { background-color: #D3AC72; }
a { background-color: rgb(211,172,114); }
div.DivClassName
{
background-color: #D3AC72;
}
.BgClassName
{
background-color: #D3AC72;
}
</style>
border-color css
<style>
span { border-color: #D3AC72; }
span { border-color: rgb(211,172,114); }
td.TdClassName
{
border-color: #D3AC72;
}
.TagClassName
{
border-color: #D3AC72;
}
</style>