Shades of Bronze #D38031
Tints of Bronze #D38031
RGB
CMYK
RGB Variations
Color information
#D38031 (or 0xD38031) is known color: Bronze. HEX triplet: D3, 80 and 31. RGB value is (211,128,49). Sum of RGB (Red+Green+Blue) = 211+128+49=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D38031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38031 is #2C7FCE. Grayscale: #909090. Windows color (decimal): -2916303 or 3244243. OLE color: 3244243.
HSL color Cylindrical-coordinate representation of color #D38031: hue angle of 29.26º 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 #D38031 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 49 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.17 |
| HSL | 29.26º | 0.65% | 0.51% | - |
| HSV(B) | 29.26º | 0.77% | 0.83% | - |
| XYZ | 35.14 | 29.51 | 6.75 | - |
| YUV | 143.81 | 74.5 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 49 | 0 | 0.39 | 0.77 | 0.17 | 29.26 | 0.65 | 0.51 |
| Hex | D3 | 80 | 31 | 0 | 27 | 4D | 11 | 1D | 41 | 33 |
| Octal | 323 | 200 | 61 | 0 | 47 | 115 | 21 | 35 | 101 | 63 |
| Binary | 11010011 | 10000000 | 110001 | 0 | 100111 | 1001101 | 10001 | 11101 | 1000001 | 110011 |
Color Harmonies of #D38031
Complementary color
Monochromatic Colors of #D38031
Black with #D38031
Text Example
Text Example
White with #D38031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38031; }
p { color: rgb(211,128,49); }
H1.HeaderClassName
{
color: #D38031;
}
.AnyTagClassName
{
color: #D38031;
}
</style>
background-color css
<style>
a { background-color: #D38031; }
a { background-color: rgb(211,128,49); }
div.DivClassName
{
background-color: #D38031;
}
.BgClassName
{
background-color: #D38031;
}
</style>
border-color css
<style>
span { border-color: #D38031; }
span { border-color: rgb(211,128,49); }
td.TdClassName
{
border-color: #D38031;
}
.TagClassName
{
border-color: #D38031;
}
</style>