Shades of Bronze #D37D31
Tints of Bronze #D37D31
RGB
CMYK
RGB Variations
Color information
#D37D31 (or 0xD37D31) is known color: Bronze. HEX triplet: D3, 7D and 31. RGB value is (211,125,49). Sum of RGB (Red+Green+Blue) = 211+125+49=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37D31 is #2C82CE. Grayscale: #8E8E8E. Windows color (decimal): -2917071 or 3243475. OLE color: 3243475.
HSL color Cylindrical-coordinate representation of color #D37D31: hue angle of 28.15º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D37D31 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 49 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.17 |
| HSL | 28.15º | 0.65% | 0.51% | - |
| HSV(B) | 28.15º | 0.77% | 0.83% | - |
| XYZ | 34.75 | 28.74 | 6.62 | - |
| YUV | 142.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 49 | 0 | 0.41 | 0.77 | 0.17 | 28.15 | 0.65 | 0.51 |
| Hex | D3 | 7D | 31 | 0 | 29 | 4D | 11 | 1C | 41 | 33 |
| Octal | 323 | 175 | 61 | 0 | 51 | 115 | 21 | 34 | 101 | 63 |
| Binary | 11010011 | 1111101 | 110001 | 0 | 101001 | 1001101 | 10001 | 11100 | 1000001 | 110011 |
Color Harmonies of #D37D31
Complementary color
Monochromatic Colors of #D37D31
Black with #D37D31
Text Example
Text Example
White with #D37D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D31; }
p { color: rgb(211,125,49); }
H1.HeaderClassName
{
color: #D37D31;
}
.AnyTagClassName
{
color: #D37D31;
}
</style>
background-color css
<style>
a { background-color: #D37D31; }
a { background-color: rgb(211,125,49); }
div.DivClassName
{
background-color: #D37D31;
}
.BgClassName
{
background-color: #D37D31;
}
</style>
border-color css
<style>
span { border-color: #D37D31; }
span { border-color: rgb(211,125,49); }
td.TdClassName
{
border-color: #D37D31;
}
.TagClassName
{
border-color: #D37D31;
}
</style>