Shades of Bronze #D0802B
Tints of Bronze #D0802B
RGB
CMYK
RGB Variations
Color information
#D0802B (or 0xD0802B) is known color: Bronze. HEX triplet: D0, 80 and 2B. RGB value is (208,128,43). Sum of RGB (Red+Green+Blue) = 208+128+43=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0802B is #2F7FD4. Grayscale: #8E8E8E. Windows color (decimal): -3112917 or 2851024. OLE color: 2851024.
HSL color Cylindrical-coordinate representation of color #D0802B: hue angle of 30.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0802B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 43 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.18 |
| HSL | 30.91º | 0.66% | 0.49% | - |
| HSV(B) | 30.91º | 0.79% | 0.82% | - |
| XYZ | 34.17 | 29.02 | 6.09 | - |
| YUV | 142.23 | 72 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 43 | 0 | 0.38 | 0.79 | 0.18 | 30.91 | 0.66 | 0.49 |
| Hex | D0 | 80 | 2B | 0 | 26 | 4F | 12 | 1F | 42 | 31 |
| Octal | 320 | 200 | 53 | 0 | 46 | 117 | 22 | 37 | 102 | 61 |
| Binary | 11010000 | 10000000 | 101011 | 0 | 100110 | 1001111 | 10010 | 11111 | 1000010 | 110001 |
Color Harmonies of #D0802B
Complementary color
Monochromatic Colors of #D0802B
Black with #D0802B
Text Example
Text Example
White with #D0802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0802B; }
p { color: rgb(208,128,43); }
H1.HeaderClassName
{
color: #D0802B;
}
.AnyTagClassName
{
color: #D0802B;
}
</style>
background-color css
<style>
a { background-color: #D0802B; }
a { background-color: rgb(208,128,43); }
div.DivClassName
{
background-color: #D0802B;
}
.BgClassName
{
background-color: #D0802B;
}
</style>
border-color css
<style>
span { border-color: #D0802B; }
span { border-color: rgb(208,128,43); }
td.TdClassName
{
border-color: #D0802B;
}
.TagClassName
{
border-color: #D0802B;
}
</style>