Shades of Bronze #D38338
Tints of Bronze #D38338
RGB
CMYK
RGB Variations
Color information
#D38338 (or 0xD38338) is known color: Bronze. HEX triplet: D3, 83 and 38. RGB value is (211,131,56). Sum of RGB (Red+Green+Blue) = 211+131+56=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D38338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38338 is #2C7CC7. Grayscale: #929292. Windows color (decimal): -2915528 or 3703763. OLE color: 3703763.
HSL color Cylindrical-coordinate representation of color #D38338: hue angle of 29.03º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D38338 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 56 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.17 |
| HSL | 29.03º | 0.64% | 0.52% | - |
| HSV(B) | 29.03º | 0.73% | 0.83% | - |
| XYZ | 35.69 | 30.37 | 7.72 | - |
| YUV | 146.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 56 | 0 | 0.38 | 0.73 | 0.17 | 29.03 | 0.64 | 0.52 |
| Hex | D3 | 83 | 38 | 0 | 26 | 49 | 11 | 1D | 40 | 34 |
| Octal | 323 | 203 | 70 | 0 | 46 | 111 | 21 | 35 | 100 | 64 |
| Binary | 11010011 | 10000011 | 111000 | 0 | 100110 | 1001001 | 10001 | 11101 | 1000000 | 110100 |
Color Harmonies of #D38338
Complementary color
Monochromatic Colors of #D38338
Black with #D38338
Text Example
Text Example
White with #D38338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38338; }
p { color: rgb(211,131,56); }
H1.HeaderClassName
{
color: #D38338;
}
.AnyTagClassName
{
color: #D38338;
}
</style>
background-color css
<style>
a { background-color: #D38338; }
a { background-color: rgb(211,131,56); }
div.DivClassName
{
background-color: #D38338;
}
.BgClassName
{
background-color: #D38338;
}
</style>
border-color css
<style>
span { border-color: #D38338; }
span { border-color: rgb(211,131,56); }
td.TdClassName
{
border-color: #D38338;
}
.TagClassName
{
border-color: #D38338;
}
</style>