Shades of Bronze #D08030
Tints of Bronze #D08030
RGB
CMYK
RGB Variations
Color information
#D08030 (or 0xD08030) is known color: Bronze. HEX triplet: D0, 80 and 30. RGB value is (208,128,48). Sum of RGB (Red+Green+Blue) = 208+128+48=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D08030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08030 is #2F7FCF. Grayscale: #8F8F8F. Windows color (decimal): -3112912 or 3178704. OLE color: 3178704.
HSL color Cylindrical-coordinate representation of color #D08030: hue angle of 30º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D08030 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 48 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.18 |
| HSL | 30º | 0.63% | 0.5% | - |
| HSV(B) | 30º | 0.77% | 0.82% | - |
| XYZ | 34.27 | 29.06 | 6.6 | - |
| YUV | 142.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 48 | 0 | 0.38 | 0.77 | 0.18 | 30 | 0.63 | 0.5 |
| Hex | D0 | 80 | 30 | 0 | 26 | 4D | 12 | 1E | 3F | 32 |
| Octal | 320 | 200 | 60 | 0 | 46 | 115 | 22 | 36 | 77 | 62 |
| Binary | 11010000 | 10000000 | 110000 | 0 | 100110 | 1001101 | 10010 | 11110 | 111111 | 110010 |
Color Harmonies of #D08030
Complementary color
Monochromatic Colors of #D08030
Black with #D08030
Text Example
Text Example
White with #D08030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08030; }
p { color: rgb(208,128,48); }
H1.HeaderClassName
{
color: #D08030;
}
.AnyTagClassName
{
color: #D08030;
}
</style>
background-color css
<style>
a { background-color: #D08030; }
a { background-color: rgb(208,128,48); }
div.DivClassName
{
background-color: #D08030;
}
.BgClassName
{
background-color: #D08030;
}
</style>
border-color css
<style>
span { border-color: #D08030; }
span { border-color: rgb(208,128,48); }
td.TdClassName
{
border-color: #D08030;
}
.TagClassName
{
border-color: #D08030;
}
</style>