Shades of Bronze #D38231
Tints of Bronze #D38231
RGB
CMYK
RGB Variations
Color information
#D38231 (or 0xD38231) is known color: Bronze. HEX triplet: D3, 82 and 31. RGB value is (211,130,49). Sum of RGB (Red+Green+Blue) = 211+130+49=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D38231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38231 is #2C7DCE. Grayscale: #919191. Windows color (decimal): -2915791 or 3244755. OLE color: 3244755.
HSL color Cylindrical-coordinate representation of color #D38231: hue angle of 30º 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 #D38231 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 49 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.17 |
| HSL | 30º | 0.65% | 0.51% | - |
| HSV(B) | 30º | 0.77% | 0.83% | - |
| XYZ | 35.4 | 30.04 | 6.84 | - |
| YUV | 144.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 49 | 0 | 0.38 | 0.77 | 0.17 | 30 | 0.65 | 0.51 |
| Hex | D3 | 82 | 31 | 0 | 26 | 4D | 11 | 1E | 41 | 33 |
| Octal | 323 | 202 | 61 | 0 | 46 | 115 | 21 | 36 | 101 | 63 |
| Binary | 11010011 | 10000010 | 110001 | 0 | 100110 | 1001101 | 10001 | 11110 | 1000001 | 110011 |
Color Harmonies of #D38231
Complementary color
Monochromatic Colors of #D38231
Black with #D38231
Text Example
Text Example
White with #D38231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38231; }
p { color: rgb(211,130,49); }
H1.HeaderClassName
{
color: #D38231;
}
.AnyTagClassName
{
color: #D38231;
}
</style>
background-color css
<style>
a { background-color: #D38231; }
a { background-color: rgb(211,130,49); }
div.DivClassName
{
background-color: #D38231;
}
.BgClassName
{
background-color: #D38231;
}
</style>
border-color css
<style>
span { border-color: #D38231; }
span { border-color: rgb(211,130,49); }
td.TdClassName
{
border-color: #D38231;
}
.TagClassName
{
border-color: #D38231;
}
</style>