Shades of Putty #D3A470
Tints of Putty #D3A470
RGB
CMYK
RGB Variations
Color information
#D3A470 (or 0xD3A470) is known color: Putty. HEX triplet: D3, A4 and 70. RGB value is (211,164,112). Sum of RGB (Red+Green+Blue) = 211+164+112=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A470 is #2C5B8F. Grayscale: #ACACAC. Windows color (decimal): -2907024 or 7382227. OLE color: 7382227.
HSL color Cylindrical-coordinate representation of color #D3A470: hue angle of 31.52º 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 #D3A470 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 112 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.17 |
| HSL | 31.52º | 0.53% | 0.63% | - |
| HSV(B) | 31.52º | 0.47% | 0.83% | - |
| XYZ | 43.06 | 41.57 | 21.08 | - |
| YUV | 172.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 112 | 0 | 0.22 | 0.47 | 0.17 | 31.52 | 0.53 | 0.63 |
| Hex | D3 | A4 | 70 | 0 | 16 | 2F | 11 | 20 | 35 | 3F |
| Octal | 323 | 244 | 160 | 0 | 26 | 57 | 21 | 40 | 65 | 77 |
| Binary | 11010011 | 10100100 | 1110000 | 0 | 10110 | 101111 | 10001 | 100000 | 110101 | 111111 |
Color Harmonies of #D3A470
Complementary color
Monochromatic Colors of #D3A470
Black with #D3A470
Text Example
Text Example
White with #D3A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A470; }
p { color: rgb(211,164,112); }
H1.HeaderClassName
{
color: #D3A470;
}
.AnyTagClassName
{
color: #D3A470;
}
</style>
background-color css
<style>
a { background-color: #D3A470; }
a { background-color: rgb(211,164,112); }
div.DivClassName
{
background-color: #D3A470;
}
.BgClassName
{
background-color: #D3A470;
}
</style>
border-color css
<style>
span { border-color: #D3A470; }
span { border-color: rgb(211,164,112); }
td.TdClassName
{
border-color: #D3A470;
}
.TagClassName
{
border-color: #D3A470;
}
</style>