Shades of Bronze #D78029
Tints of Bronze #D78029
RGB
CMYK
RGB Variations
Color information
#D78029 (or 0xD78029) is known color: Bronze. HEX triplet: D7, 80 and 29. RGB value is (215,128,41). Sum of RGB (Red+Green+Blue) = 215+128+41=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D78029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78029 is #287FD6. Grayscale: #909090. Windows color (decimal): -2654167 or 2719959. OLE color: 2719959.
HSL color Cylindrical-coordinate representation of color #D78029: hue angle of 30º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D78029 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 41 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.16 |
| HSL | 30º | 0.69% | 0.5% | - |
| HSV(B) | 30º | 0.81% | 0.84% | - |
| XYZ | 36.14 | 30.05 | 5.99 | - |
| YUV | 144.1 | 69.82 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 41 | 0 | 0.40 | 0.81 | 0.16 | 30 | 0.69 | 0.5 |
| Hex | D7 | 80 | 29 | 0 | 28 | 51 | 10 | 1E | 45 | 32 |
| Octal | 327 | 200 | 51 | 0 | 50 | 121 | 20 | 36 | 105 | 62 |
| Binary | 11010111 | 10000000 | 101001 | 0 | 101000 | 1010001 | 10000 | 11110 | 1000101 | 110010 |
Color Harmonies of #D78029
Complementary color
Monochromatic Colors of #D78029
Black with #D78029
Text Example
Text Example
White with #D78029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78029; }
p { color: rgb(215,128,41); }
H1.HeaderClassName
{
color: #D78029;
}
.AnyTagClassName
{
color: #D78029;
}
</style>
background-color css
<style>
a { background-color: #D78029; }
a { background-color: rgb(215,128,41); }
div.DivClassName
{
background-color: #D78029;
}
.BgClassName
{
background-color: #D78029;
}
</style>
border-color css
<style>
span { border-color: #D78029; }
span { border-color: rgb(215,128,41); }
td.TdClassName
{
border-color: #D78029;
}
.TagClassName
{
border-color: #D78029;
}
</style>