Shades of Bronze #D38336
Tints of Bronze #D38336
RGB
CMYK
RGB Variations
Color information
#D38336 (or 0xD38336) is known color: Bronze. HEX triplet: D3, 83 and 36. RGB value is (211,131,54). Sum of RGB (Red+Green+Blue) = 211+131+54=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D38336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38336 is #2C7CC9. Grayscale: #929292. Windows color (decimal): -2915530 or 3572691. OLE color: 3572691.
HSL color Cylindrical-coordinate representation of color #D38336: hue angle of 29.43º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D38336 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 54 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.17 |
| HSL | 29.43º | 0.64% | 0.52% | - |
| HSV(B) | 29.43º | 0.74% | 0.83% | - |
| XYZ | 35.65 | 30.35 | 7.47 | - |
| YUV | 146.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 54 | 0 | 0.38 | 0.74 | 0.17 | 29.43 | 0.64 | 0.52 |
| Hex | D3 | 83 | 36 | 0 | 26 | 4A | 11 | 1D | 40 | 34 |
| Octal | 323 | 203 | 66 | 0 | 46 | 112 | 21 | 35 | 100 | 64 |
| Binary | 11010011 | 10000011 | 110110 | 0 | 100110 | 1001010 | 10001 | 11101 | 1000000 | 110100 |
Color Harmonies of #D38336
Complementary color
Monochromatic Colors of #D38336
Black with #D38336
Text Example
Text Example
White with #D38336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38336; }
p { color: rgb(211,131,54); }
H1.HeaderClassName
{
color: #D38336;
}
.AnyTagClassName
{
color: #D38336;
}
</style>
background-color css
<style>
a { background-color: #D38336; }
a { background-color: rgb(211,131,54); }
div.DivClassName
{
background-color: #D38336;
}
.BgClassName
{
background-color: #D38336;
}
</style>
border-color css
<style>
span { border-color: #D38336; }
span { border-color: rgb(211,131,54); }
td.TdClassName
{
border-color: #D38336;
}
.TagClassName
{
border-color: #D38336;
}
</style>