Shades of Putty #D3A472
Tints of Putty #D3A472
RGB
CMYK
RGB Variations
Color information
#D3A472 (or 0xD3A472) is known color: Putty. HEX triplet: D3, A4 and 72. RGB value is (211,164,114). Sum of RGB (Red+Green+Blue) = 211+164+114=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A472 is #2C5B8D. Grayscale: #ACACAC. Windows color (decimal): -2907022 or 7513299. OLE color: 7513299.
HSL color Cylindrical-coordinate representation of color #D3A472: hue angle of 30.93º 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 #D3A472 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 114 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.17 |
| HSL | 30.93º | 0.52% | 0.64% | - |
| HSV(B) | 30.93º | 0.46% | 0.83% | - |
| XYZ | 43.18 | 41.61 | 21.68 | - |
| YUV | 172.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 114 | 0 | 0.22 | 0.46 | 0.17 | 30.93 | 0.52 | 0.64 |
| Hex | D3 | A4 | 72 | 0 | 16 | 2E | 11 | 1F | 34 | 40 |
| Octal | 323 | 244 | 162 | 0 | 26 | 56 | 21 | 37 | 64 | 100 |
| Binary | 11010011 | 10100100 | 1110010 | 0 | 10110 | 101110 | 10001 | 11111 | 110100 | 1000000 |
Color Harmonies of #D3A472
Complementary color
Monochromatic Colors of #D3A472
Black with #D3A472
Text Example
Text Example
White with #D3A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A472; }
p { color: rgb(211,164,114); }
H1.HeaderClassName
{
color: #D3A472;
}
.AnyTagClassName
{
color: #D3A472;
}
</style>
background-color css
<style>
a { background-color: #D3A472; }
a { background-color: rgb(211,164,114); }
div.DivClassName
{
background-color: #D3A472;
}
.BgClassName
{
background-color: #D3A472;
}
</style>
border-color css
<style>
span { border-color: #D3A472; }
span { border-color: rgb(211,164,114); }
td.TdClassName
{
border-color: #D3A472;
}
.TagClassName
{
border-color: #D3A472;
}
</style>