Shades of Putty #D4B373
Tints of Putty #D4B373
RGB
CMYK
RGB Variations
Color information
#D4B373 (or 0xD4B373) is known color: Putty. HEX triplet: D4, B3 and 73. RGB value is (212,179,115). Sum of RGB (Red+Green+Blue) = 212+179+115=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B373 is #2B4C8C. Grayscale: #B5B5B5. Windows color (decimal): -2837645 or 7582676. OLE color: 7582676.
HSL color Cylindrical-coordinate representation of color #D4B373: hue angle of 39.59º degrees, saturation: 0.53, 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 #D4B373 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 115 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.17 |
| HSL | 39.59º | 0.53% | 0.64% | - |
| HSV(B) | 39.59º | 0.46% | 0.83% | - |
| XYZ | 46.37 | 47.48 | 22.94 | - |
| YUV | 181.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 115 | 0 | 0.16 | 0.46 | 0.17 | 39.59 | 0.53 | 0.64 |
| Hex | D4 | B3 | 73 | 0 | 10 | 2E | 11 | 28 | 35 | 40 |
| Octal | 324 | 263 | 163 | 0 | 20 | 56 | 21 | 50 | 65 | 100 |
| Binary | 11010100 | 10110011 | 1110011 | 0 | 10000 | 101110 | 10001 | 101000 | 110101 | 1000000 |
Color Harmonies of #D4B373
Complementary color
Monochromatic Colors of #D4B373
Black with #D4B373
Text Example
Text Example
White with #D4B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B373; }
p { color: rgb(212,179,115); }
H1.HeaderClassName
{
color: #D4B373;
}
.AnyTagClassName
{
color: #D4B373;
}
</style>
background-color css
<style>
a { background-color: #D4B373; }
a { background-color: rgb(212,179,115); }
div.DivClassName
{
background-color: #D4B373;
}
.BgClassName
{
background-color: #D4B373;
}
</style>
border-color css
<style>
span { border-color: #D4B373; }
span { border-color: rgb(212,179,115); }
td.TdClassName
{
border-color: #D4B373;
}
.TagClassName
{
border-color: #D4B373;
}
</style>