Shades of Bronze #D9802B
Tints of Bronze #D9802B
RGB
CMYK
RGB Variations
Color information
#D9802B (or 0xD9802B) is known color: Bronze. HEX triplet: D9, 80 and 2B. RGB value is (217,128,43). Sum of RGB (Red+Green+Blue) = 217+128+43=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9802B is #267FD4. Grayscale: #919191. Windows color (decimal): -2523093 or 2851033. OLE color: 2851033.
HSL color Cylindrical-coordinate representation of color #D9802B: hue angle of 29.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9802B is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 43 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.15 |
| HSL | 29.31º | 0.7% | 0.51% | - |
| HSV(B) | 29.31º | 0.8% | 0.85% | - |
| XYZ | 36.77 | 30.36 | 6.21 | - |
| YUV | 144.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 43 | 0 | 0.41 | 0.80 | 0.15 | 29.31 | 0.7 | 0.51 |
| Hex | D9 | 80 | 2B | 0 | 29 | 50 | F | 1D | 46 | 33 |
| Octal | 331 | 200 | 53 | 0 | 51 | 120 | 17 | 35 | 106 | 63 |
| Binary | 11011001 | 10000000 | 101011 | 0 | 101001 | 1010000 | 1111 | 11101 | 1000110 | 110011 |
Color Harmonies of #D9802B
Complementary color
Monochromatic Colors of #D9802B
Black with #D9802B
Text Example
Text Example
White with #D9802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9802B; }
p { color: rgb(217,128,43); }
H1.HeaderClassName
{
color: #D9802B;
}
.AnyTagClassName
{
color: #D9802B;
}
</style>
background-color css
<style>
a { background-color: #D9802B; }
a { background-color: rgb(217,128,43); }
div.DivClassName
{
background-color: #D9802B;
}
.BgClassName
{
background-color: #D9802B;
}
</style>
border-color css
<style>
span { border-color: #D9802B; }
span { border-color: rgb(217,128,43); }
td.TdClassName
{
border-color: #D9802B;
}
.TagClassName
{
border-color: #D9802B;
}
</style>