Shades of Bronze #D48038
Tints of Bronze #D48038
RGB
CMYK
RGB Variations
Color information
#D48038 (or 0xD48038) is known color: Bronze. HEX triplet: D4, 80 and 38. RGB value is (212,128,56). Sum of RGB (Red+Green+Blue) = 212+128+56=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D48038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48038 is #2B7FC7. Grayscale: #919191. Windows color (decimal): -2850760 or 3702996. OLE color: 3702996.
HSL color Cylindrical-coordinate representation of color #D48038: hue angle of 27.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D48038 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 56 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.17 |
| HSL | 27.69º | 0.64% | 0.53% | - |
| HSV(B) | 27.69º | 0.74% | 0.83% | - |
| XYZ | 35.58 | 29.72 | 7.6 | - |
| YUV | 144.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 56 | 0 | 0.40 | 0.74 | 0.17 | 27.69 | 0.64 | 0.53 |
| Hex | D4 | 80 | 38 | 0 | 28 | 4A | 11 | 1C | 40 | 35 |
| Octal | 324 | 200 | 70 | 0 | 50 | 112 | 21 | 34 | 100 | 65 |
| Binary | 11010100 | 10000000 | 111000 | 0 | 101000 | 1001010 | 10001 | 11100 | 1000000 | 110101 |
Color Harmonies of #D48038
Complementary color
Monochromatic Colors of #D48038
Black with #D48038
Text Example
Text Example
White with #D48038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48038; }
p { color: rgb(212,128,56); }
H1.HeaderClassName
{
color: #D48038;
}
.AnyTagClassName
{
color: #D48038;
}
</style>
background-color css
<style>
a { background-color: #D48038; }
a { background-color: rgb(212,128,56); }
div.DivClassName
{
background-color: #D48038;
}
.BgClassName
{
background-color: #D48038;
}
</style>
border-color css
<style>
span { border-color: #D48038; }
span { border-color: rgb(212,128,56); }
td.TdClassName
{
border-color: #D48038;
}
.TagClassName
{
border-color: #D48038;
}
</style>