Shades of Bronze #D8802D
Tints of Bronze #D8802D
RGB
CMYK
RGB Variations
Color information
#D8802D (or 0xD8802D) is known color: Bronze. HEX triplet: D8, 80 and 2D. RGB value is (216,128,45). Sum of RGB (Red+Green+Blue) = 216+128+45=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8802D is #277FD2. Grayscale: #919191. Windows color (decimal): -2588627 or 2982104. OLE color: 2982104.
HSL color Cylindrical-coordinate representation of color #D8802D: hue angle of 29.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8802D is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 45 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.15 |
| HSL | 29.12º | 0.69% | 0.51% | - |
| HSV(B) | 29.12º | 0.79% | 0.85% | - |
| XYZ | 36.51 | 30.23 | 6.39 | - |
| YUV | 144.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 45 | 0 | 0.41 | 0.79 | 0.15 | 29.12 | 0.69 | 0.51 |
| Hex | D8 | 80 | 2D | 0 | 29 | 4F | F | 1D | 45 | 33 |
| Octal | 330 | 200 | 55 | 0 | 51 | 117 | 17 | 35 | 105 | 63 |
| Binary | 11011000 | 10000000 | 101101 | 0 | 101001 | 1001111 | 1111 | 11101 | 1000101 | 110011 |
Color Harmonies of #D8802D
Complementary color
Monochromatic Colors of #D8802D
Black with #D8802D
Text Example
Text Example
White with #D8802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8802D; }
p { color: rgb(216,128,45); }
H1.HeaderClassName
{
color: #D8802D;
}
.AnyTagClassName
{
color: #D8802D;
}
</style>
background-color css
<style>
a { background-color: #D8802D; }
a { background-color: rgb(216,128,45); }
div.DivClassName
{
background-color: #D8802D;
}
.BgClassName
{
background-color: #D8802D;
}
</style>
border-color css
<style>
span { border-color: #D8802D; }
span { border-color: rgb(216,128,45); }
td.TdClassName
{
border-color: #D8802D;
}
.TagClassName
{
border-color: #D8802D;
}
</style>