Shades of Putty #D4B473
Tints of Putty #D4B473
RGB
CMYK
RGB Variations
Color information
#D4B473 (or 0xD4B473) is known color: Putty. HEX triplet: D4, B4 and 73. RGB value is (212,180,115). Sum of RGB (Red+Green+Blue) = 212+180+115=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B473 is #2B4B8C. Grayscale: #B6B6B6. Windows color (decimal): -2837389 or 7582932. OLE color: 7582932.
HSL color Cylindrical-coordinate representation of color #D4B473: hue angle of 40.21º 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 #D4B473 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 115 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.17 |
| HSL | 40.21º | 0.53% | 0.64% | - |
| HSV(B) | 40.21º | 0.46% | 0.83% | - |
| XYZ | 46.57 | 47.88 | 23.01 | - |
| YUV | 182.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 115 | 0 | 0.15 | 0.46 | 0.17 | 40.21 | 0.53 | 0.64 |
| Hex | D4 | B4 | 73 | 0 | F | 2E | 11 | 28 | 35 | 40 |
| Octal | 324 | 264 | 163 | 0 | 17 | 56 | 21 | 50 | 65 | 100 |
| Binary | 11010100 | 10110100 | 1110011 | 0 | 1111 | 101110 | 10001 | 101000 | 110101 | 1000000 |
Color Harmonies of #D4B473
Complementary color
Monochromatic Colors of #D4B473
Black with #D4B473
Text Example
Text Example
White with #D4B473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B473; }
p { color: rgb(212,180,115); }
H1.HeaderClassName
{
color: #D4B473;
}
.AnyTagClassName
{
color: #D4B473;
}
</style>
background-color css
<style>
a { background-color: #D4B473; }
a { background-color: rgb(212,180,115); }
div.DivClassName
{
background-color: #D4B473;
}
.BgClassName
{
background-color: #D4B473;
}
</style>
border-color css
<style>
span { border-color: #D4B473; }
span { border-color: rgb(212,180,115); }
td.TdClassName
{
border-color: #D4B473;
}
.TagClassName
{
border-color: #D4B473;
}
</style>