Shades of Putty #D3AC6D
Tints of Putty #D3AC6D
RGB
CMYK
RGB Variations
Color information
#D3AC6D (or 0xD3AC6D) is known color: Putty. HEX triplet: D3, AC and 6D. RGB value is (211,172,109). Sum of RGB (Red+Green+Blue) = 211+172+109=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AC6D is #2C5392. Grayscale: #B0B0B0. Windows color (decimal): -2904979 or 7187667. OLE color: 7187667.
HSL color Cylindrical-coordinate representation of color #D3AC6D: hue angle of 37.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3AC6D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 109 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.17 |
| HSL | 37.06º | 0.54% | 0.63% | - |
| HSV(B) | 37.06º | 0.48% | 0.83% | - |
| XYZ | 44.38 | 44.46 | 20.71 | - |
| YUV | 176.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 109 | 0 | 0.18 | 0.48 | 0.17 | 37.06 | 0.54 | 0.63 |
| Hex | D3 | AC | 6D | 0 | 12 | 30 | 11 | 25 | 36 | 3F |
| Octal | 323 | 254 | 155 | 0 | 22 | 60 | 21 | 45 | 66 | 77 |
| Binary | 11010011 | 10101100 | 1101101 | 0 | 10010 | 110000 | 10001 | 100101 | 110110 | 111111 |
Color Harmonies of #D3AC6D
Complementary color
Monochromatic Colors of #D3AC6D
Black with #D3AC6D
Text Example
Text Example
White with #D3AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC6D; }
p { color: rgb(211,172,109); }
H1.HeaderClassName
{
color: #D3AC6D;
}
.AnyTagClassName
{
color: #D3AC6D;
}
</style>
background-color css
<style>
a { background-color: #D3AC6D; }
a { background-color: rgb(211,172,109); }
div.DivClassName
{
background-color: #D3AC6D;
}
.BgClassName
{
background-color: #D3AC6D;
}
</style>
border-color css
<style>
span { border-color: #D3AC6D; }
span { border-color: rgb(211,172,109); }
td.TdClassName
{
border-color: #D3AC6D;
}
.TagClassName
{
border-color: #D3AC6D;
}
</style>