Shades of Putty #D3A270
Tints of Putty #D3A270
RGB
CMYK
RGB Variations
Color information
#D3A270 (or 0xD3A270) is known color: Putty. HEX triplet: D3, A2 and 70. RGB value is (211,162,112). Sum of RGB (Red+Green+Blue) = 211+162+112=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A270 is #2C5D8F. Grayscale: #ABABAB. Windows color (decimal): -2907536 or 7381715. OLE color: 7381715.
HSL color Cylindrical-coordinate representation of color #D3A270: hue angle of 30.3º 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 #D3A270 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 112 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.17 |
| HSL | 30.3º | 0.53% | 0.63% | - |
| HSV(B) | 30.3º | 0.47% | 0.83% | - |
| XYZ | 42.71 | 40.86 | 20.96 | - |
| YUV | 170.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 112 | 0 | 0.23 | 0.47 | 0.17 | 30.3 | 0.53 | 0.63 |
| Hex | D3 | A2 | 70 | 0 | 17 | 2F | 11 | 1E | 35 | 3F |
| Octal | 323 | 242 | 160 | 0 | 27 | 57 | 21 | 36 | 65 | 77 |
| Binary | 11010011 | 10100010 | 1110000 | 0 | 10111 | 101111 | 10001 | 11110 | 110101 | 111111 |
Color Harmonies of #D3A270
Complementary color
Monochromatic Colors of #D3A270
Black with #D3A270
Text Example
Text Example
White with #D3A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A270; }
p { color: rgb(211,162,112); }
H1.HeaderClassName
{
color: #D3A270;
}
.AnyTagClassName
{
color: #D3A270;
}
</style>
background-color css
<style>
a { background-color: #D3A270; }
a { background-color: rgb(211,162,112); }
div.DivClassName
{
background-color: #D3A270;
}
.BgClassName
{
background-color: #D3A270;
}
</style>
border-color css
<style>
span { border-color: #D3A270; }
span { border-color: rgb(211,162,112); }
td.TdClassName
{
border-color: #D3A270;
}
.TagClassName
{
border-color: #D3A270;
}
</style>