Shades of Bronze #D6802B
Tints of Bronze #D6802B
RGB
CMYK
RGB Variations
Color information
#D6802B (or 0xD6802B) is known color: Bronze. HEX triplet: D6, 80 and 2B. RGB value is (214,128,43). Sum of RGB (Red+Green+Blue) = 214+128+43=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6802B is #297FD4. Grayscale: #909090. Windows color (decimal): -2719701 or 2851030. OLE color: 2851030.
HSL color Cylindrical-coordinate representation of color #D6802B: hue angle of 29.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6802B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 43 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.16 |
| HSL | 29.82º | 0.68% | 0.5% | - |
| HSV(B) | 29.82º | 0.8% | 0.84% | - |
| XYZ | 35.89 | 29.91 | 6.17 | - |
| YUV | 144.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 43 | 0 | 0.40 | 0.80 | 0.16 | 29.82 | 0.68 | 0.5 |
| Hex | D6 | 80 | 2B | 0 | 28 | 50 | 10 | 1E | 44 | 32 |
| Octal | 326 | 200 | 53 | 0 | 50 | 120 | 20 | 36 | 104 | 62 |
| Binary | 11010110 | 10000000 | 101011 | 0 | 101000 | 1010000 | 10000 | 11110 | 1000100 | 110010 |
Color Harmonies of #D6802B
Complementary color
Monochromatic Colors of #D6802B
Black with #D6802B
Text Example
Text Example
White with #D6802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6802B; }
p { color: rgb(214,128,43); }
H1.HeaderClassName
{
color: #D6802B;
}
.AnyTagClassName
{
color: #D6802B;
}
</style>
background-color css
<style>
a { background-color: #D6802B; }
a { background-color: rgb(214,128,43); }
div.DivClassName
{
background-color: #D6802B;
}
.BgClassName
{
background-color: #D6802B;
}
</style>
border-color css
<style>
span { border-color: #D6802B; }
span { border-color: rgb(214,128,43); }
td.TdClassName
{
border-color: #D6802B;
}
.TagClassName
{
border-color: #D6802B;
}
</style>