Shades of Bronze #D38138
Tints of Bronze #D38138
RGB
CMYK
RGB Variations
Color information
#D38138 (or 0xD38138) is known color: Bronze. HEX triplet: D3, 81 and 38. RGB value is (211,129,56). Sum of RGB (Red+Green+Blue) = 211+129+56=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D38138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38138 is #2C7EC7. Grayscale: #919191. Windows color (decimal): -2916040 or 3703251. OLE color: 3703251.
HSL color Cylindrical-coordinate representation of color #D38138: hue angle of 28.26º 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 #D38138 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 56 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.17 |
| HSL | 28.26º | 0.64% | 0.52% | - |
| HSV(B) | 28.26º | 0.73% | 0.83% | - |
| XYZ | 35.43 | 29.83 | 7.63 | - |
| YUV | 145.2 | 77.67 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 56 | 0 | 0.39 | 0.73 | 0.17 | 28.26 | 0.64 | 0.52 |
| Hex | D3 | 81 | 38 | 0 | 27 | 49 | 11 | 1C | 40 | 34 |
| Octal | 323 | 201 | 70 | 0 | 47 | 111 | 21 | 34 | 100 | 64 |
| Binary | 11010011 | 10000001 | 111000 | 0 | 100111 | 1001001 | 10001 | 11100 | 1000000 | 110100 |
Color Harmonies of #D38138
Complementary color
Monochromatic Colors of #D38138
Black with #D38138
Text Example
Text Example
White with #D38138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38138; }
p { color: rgb(211,129,56); }
H1.HeaderClassName
{
color: #D38138;
}
.AnyTagClassName
{
color: #D38138;
}
</style>
background-color css
<style>
a { background-color: #D38138; }
a { background-color: rgb(211,129,56); }
div.DivClassName
{
background-color: #D38138;
}
.BgClassName
{
background-color: #D38138;
}
</style>
border-color css
<style>
span { border-color: #D38138; }
span { border-color: rgb(211,129,56); }
td.TdClassName
{
border-color: #D38138;
}
.TagClassName
{
border-color: #D38138;
}
</style>