Shades of Bronze #D2802B
Tints of Bronze #D2802B
RGB
CMYK
RGB Variations
Color information
#D2802B (or 0xD2802B) is known color: Bronze. HEX triplet: D2, 80 and 2B. RGB value is (210,128,43). Sum of RGB (Red+Green+Blue) = 210+128+43=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2802B is #2D7FD4. Grayscale: #8F8F8F. Windows color (decimal): -2981845 or 2851026. OLE color: 2851026.
HSL color Cylindrical-coordinate representation of color #D2802B: hue angle of 30.54º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2802B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 43 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.18 |
| HSL | 30.54º | 0.66% | 0.5% | - |
| HSV(B) | 30.54º | 0.8% | 0.82% | - |
| XYZ | 34.73 | 29.31 | 6.11 | - |
| YUV | 142.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 43 | 0 | 0.39 | 0.80 | 0.18 | 30.54 | 0.66 | 0.5 |
| Hex | D2 | 80 | 2B | 0 | 27 | 50 | 12 | 1F | 42 | 32 |
| Octal | 322 | 200 | 53 | 0 | 47 | 120 | 22 | 37 | 102 | 62 |
| Binary | 11010010 | 10000000 | 101011 | 0 | 100111 | 1010000 | 10010 | 11111 | 1000010 | 110010 |
Color Harmonies of #D2802B
Complementary color
Monochromatic Colors of #D2802B
Black with #D2802B
Text Example
Text Example
White with #D2802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2802B; }
p { color: rgb(210,128,43); }
H1.HeaderClassName
{
color: #D2802B;
}
.AnyTagClassName
{
color: #D2802B;
}
</style>
background-color css
<style>
a { background-color: #D2802B; }
a { background-color: rgb(210,128,43); }
div.DivClassName
{
background-color: #D2802B;
}
.BgClassName
{
background-color: #D2802B;
}
</style>
border-color css
<style>
span { border-color: #D2802B; }
span { border-color: rgb(210,128,43); }
td.TdClassName
{
border-color: #D2802B;
}
.TagClassName
{
border-color: #D2802B;
}
</style>