Shades of Bronze #D58338
Tints of Bronze #D58338
RGB
CMYK
RGB Variations
Color information
#D58338 (or 0xD58338) is known color: Bronze. HEX triplet: D5, 83 and 38. RGB value is (213,131,56). Sum of RGB (Red+Green+Blue) = 213+131+56=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D58338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58338 is #2A7CC7. Grayscale: #939393. Windows color (decimal): -2784456 or 3703765. OLE color: 3703765.
HSL color Cylindrical-coordinate representation of color #D58338: hue angle of 28.66º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D58338 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 56 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.16 |
| HSL | 28.66º | 0.65% | 0.53% | - |
| HSV(B) | 28.66º | 0.74% | 0.84% | - |
| XYZ | 36.27 | 30.66 | 7.75 | - |
| YUV | 146.97 | 76.67 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 56 | 0 | 0.38 | 0.74 | 0.16 | 28.66 | 0.65 | 0.53 |
| Hex | D5 | 83 | 38 | 0 | 26 | 4A | 10 | 1D | 41 | 35 |
| Octal | 325 | 203 | 70 | 0 | 46 | 112 | 20 | 35 | 101 | 65 |
| Binary | 11010101 | 10000011 | 111000 | 0 | 100110 | 1001010 | 10000 | 11101 | 1000001 | 110101 |
Color Harmonies of #D58338
Complementary color
Monochromatic Colors of #D58338
Black with #D58338
Text Example
Text Example
White with #D58338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58338; }
p { color: rgb(213,131,56); }
H1.HeaderClassName
{
color: #D58338;
}
.AnyTagClassName
{
color: #D58338;
}
</style>
background-color css
<style>
a { background-color: #D58338; }
a { background-color: rgb(213,131,56); }
div.DivClassName
{
background-color: #D58338;
}
.BgClassName
{
background-color: #D58338;
}
</style>
border-color css
<style>
span { border-color: #D58338; }
span { border-color: rgb(213,131,56); }
td.TdClassName
{
border-color: #D58338;
}
.TagClassName
{
border-color: #D58338;
}
</style>