Shades of Putty #D3AC6F
Tints of Putty #D3AC6F
RGB
CMYK
RGB Variations
Color information
#D3AC6F (or 0xD3AC6F) is known color: Putty. HEX triplet: D3, AC and 6F. RGB value is (211,172,111). Sum of RGB (Red+Green+Blue) = 211+172+111=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AC6F is #2C5390. Grayscale: #B0B0B0. Windows color (decimal): -2904977 or 7318739. OLE color: 7318739.
HSL color Cylindrical-coordinate representation of color #D3AC6F: hue angle of 36.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3AC6F is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 111 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.17 |
| HSL | 36.6º | 0.53% | 0.63% | - |
| HSV(B) | 36.6º | 0.47% | 0.83% | - |
| XYZ | 44.49 | 44.5 | 21.28 | - |
| YUV | 176.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 111 | 0 | 0.18 | 0.47 | 0.17 | 36.6 | 0.53 | 0.63 |
| Hex | D3 | AC | 6F | 0 | 12 | 2F | 11 | 25 | 35 | 3F |
| Octal | 323 | 254 | 157 | 0 | 22 | 57 | 21 | 45 | 65 | 77 |
| Binary | 11010011 | 10101100 | 1101111 | 0 | 10010 | 101111 | 10001 | 100101 | 110101 | 111111 |
Color Harmonies of #D3AC6F
Complementary color
Monochromatic Colors of #D3AC6F
Black with #D3AC6F
Text Example
Text Example
White with #D3AC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC6F; }
p { color: rgb(211,172,111); }
H1.HeaderClassName
{
color: #D3AC6F;
}
.AnyTagClassName
{
color: #D3AC6F;
}
</style>
background-color css
<style>
a { background-color: #D3AC6F; }
a { background-color: rgb(211,172,111); }
div.DivClassName
{
background-color: #D3AC6F;
}
.BgClassName
{
background-color: #D3AC6F;
}
</style>
border-color css
<style>
span { border-color: #D3AC6F; }
span { border-color: rgb(211,172,111); }
td.TdClassName
{
border-color: #D3AC6F;
}
.TagClassName
{
border-color: #D3AC6F;
}
</style>