Shades of Bronze #D08036
Tints of Bronze #D08036
RGB
CMYK
RGB Variations
Color information
#D08036 (or 0xD08036) is known color: Bronze. HEX triplet: D0, 80 and 36. RGB value is (208,128,54). Sum of RGB (Red+Green+Blue) = 208+128+54=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D08036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08036 is #2F7FC9. Grayscale: #8F8F8F. Windows color (decimal): -3112906 or 3571920. OLE color: 3571920.
HSL color Cylindrical-coordinate representation of color #D08036: hue angle of 28.83º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D08036 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 54 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.18 |
| HSL | 28.83º | 0.62% | 0.51% | - |
| HSV(B) | 28.83º | 0.74% | 0.82% | - |
| XYZ | 34.4 | 29.11 | 7.3 | - |
| YUV | 143.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 54 | 0 | 0.38 | 0.74 | 0.18 | 28.83 | 0.62 | 0.51 |
| Hex | D0 | 80 | 36 | 0 | 26 | 4A | 12 | 1D | 3E | 33 |
| Octal | 320 | 200 | 66 | 0 | 46 | 112 | 22 | 35 | 76 | 63 |
| Binary | 11010000 | 10000000 | 110110 | 0 | 100110 | 1001010 | 10010 | 11101 | 111110 | 110011 |
Color Harmonies of #D08036
Complementary color
Monochromatic Colors of #D08036
Black with #D08036
Text Example
Text Example
White with #D08036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08036; }
p { color: rgb(208,128,54); }
H1.HeaderClassName
{
color: #D08036;
}
.AnyTagClassName
{
color: #D08036;
}
</style>
background-color css
<style>
a { background-color: #D08036; }
a { background-color: rgb(208,128,54); }
div.DivClassName
{
background-color: #D08036;
}
.BgClassName
{
background-color: #D08036;
}
</style>
border-color css
<style>
span { border-color: #D08036; }
span { border-color: rgb(208,128,54); }
td.TdClassName
{
border-color: #D08036;
}
.TagClassName
{
border-color: #D08036;
}
</style>