Shades of Putty #D3B870
Tints of Putty #D3B870
RGB
CMYK
RGB Variations
Color information
#D3B870 (or 0xD3B870) is known color: Putty. HEX triplet: D3, B8 and 70. RGB value is (211,184,112). Sum of RGB (Red+Green+Blue) = 211+184+112=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B870 is #2C478F. Grayscale: #B8B8B8. Windows color (decimal): -2901904 or 7387347. OLE color: 7387347.
HSL color Cylindrical-coordinate representation of color #D3B870: hue angle of 43.64º 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 #D3B870 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 184 | 112 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.17 |
| HSL | 43.64º | 0.53% | 0.63% | - |
| HSV(B) | 43.64º | 0.47% | 0.83% | - |
| XYZ | 46.93 | 49.3 | 22.37 | - |
| YUV | 183.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 184 | 112 | 0 | 0.13 | 0.47 | 0.17 | 43.64 | 0.53 | 0.63 |
| Hex | D3 | B8 | 70 | 0 | D | 2F | 11 | 2C | 35 | 3F |
| Octal | 323 | 270 | 160 | 0 | 15 | 57 | 21 | 54 | 65 | 77 |
| Binary | 11010011 | 10111000 | 1110000 | 0 | 1101 | 101111 | 10001 | 101100 | 110101 | 111111 |
Color Harmonies of #D3B870
Complementary color
Monochromatic Colors of #D3B870
Black with #D3B870
Text Example
Text Example
White with #D3B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B870; }
p { color: rgb(211,184,112); }
H1.HeaderClassName
{
color: #D3B870;
}
.AnyTagClassName
{
color: #D3B870;
}
</style>
background-color css
<style>
a { background-color: #D3B870; }
a { background-color: rgb(211,184,112); }
div.DivClassName
{
background-color: #D3B870;
}
.BgClassName
{
background-color: #D3B870;
}
</style>
border-color css
<style>
span { border-color: #D3B870; }
span { border-color: rgb(211,184,112); }
td.TdClassName
{
border-color: #D3B870;
}
.TagClassName
{
border-color: #D3B870;
}
</style>