Shades of Putty #D4B973
Tints of Putty #D4B973
RGB
CMYK
RGB Variations
Color information
#D4B973 (or 0xD4B973) is known color: Putty. HEX triplet: D4, B9 and 73. RGB value is (212,185,115). Sum of RGB (Red+Green+Blue) = 212+185+115=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B973 is #2B468C. Grayscale: #B9B9B9. Windows color (decimal): -2836109 or 7584212. OLE color: 7584212.
HSL color Cylindrical-coordinate representation of color #D4B973: hue angle of 43.3º 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 #D4B973 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 115 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.17 |
| HSL | 43.3º | 0.53% | 0.64% | - |
| HSV(B) | 43.3º | 0.46% | 0.83% | - |
| XYZ | 47.59 | 49.93 | 23.35 | - |
| YUV | 185.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 115 | 0 | 0.13 | 0.46 | 0.17 | 43.3 | 0.53 | 0.64 |
| Hex | D4 | B9 | 73 | 0 | D | 2E | 11 | 2B | 35 | 40 |
| Octal | 324 | 271 | 163 | 0 | 15 | 56 | 21 | 53 | 65 | 100 |
| Binary | 11010100 | 10111001 | 1110011 | 0 | 1101 | 101110 | 10001 | 101011 | 110101 | 1000000 |
Color Harmonies of #D4B973
Complementary color
Monochromatic Colors of #D4B973
Black with #D4B973
Text Example
Text Example
White with #D4B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B973; }
p { color: rgb(212,185,115); }
H1.HeaderClassName
{
color: #D4B973;
}
.AnyTagClassName
{
color: #D4B973;
}
</style>
background-color css
<style>
a { background-color: #D4B973; }
a { background-color: rgb(212,185,115); }
div.DivClassName
{
background-color: #D4B973;
}
.BgClassName
{
background-color: #D4B973;
}
</style>
border-color css
<style>
span { border-color: #D4B973; }
span { border-color: rgb(212,185,115); }
td.TdClassName
{
border-color: #D4B973;
}
.TagClassName
{
border-color: #D4B973;
}
</style>