Shades of Bronze #D9802D
Tints of Bronze #D9802D
RGB
CMYK
RGB Variations
Color information
#D9802D (or 0xD9802D) is known color: Bronze. HEX triplet: D9, 80 and 2D. RGB value is (217,128,45). Sum of RGB (Red+Green+Blue) = 217+128+45=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9802D is #267FD2. Grayscale: #919191. Windows color (decimal): -2523091 or 2982105. OLE color: 2982105.
HSL color Cylindrical-coordinate representation of color #D9802D: hue angle of 28.95º 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 #D9802D is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 45 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.15 |
| HSL | 28.95º | 0.69% | 0.51% | - |
| HSV(B) | 28.95º | 0.79% | 0.85% | - |
| XYZ | 36.81 | 30.38 | 6.41 | - |
| YUV | 145.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 45 | 0 | 0.41 | 0.79 | 0.15 | 28.95 | 0.69 | 0.51 |
| Hex | D9 | 80 | 2D | 0 | 29 | 4F | F | 1D | 45 | 33 |
| Octal | 331 | 200 | 55 | 0 | 51 | 117 | 17 | 35 | 105 | 63 |
| Binary | 11011001 | 10000000 | 101101 | 0 | 101001 | 1001111 | 1111 | 11101 | 1000101 | 110011 |
Color Harmonies of #D9802D
Complementary color
Monochromatic Colors of #D9802D
Black with #D9802D
Text Example
Text Example
White with #D9802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9802D; }
p { color: rgb(217,128,45); }
H1.HeaderClassName
{
color: #D9802D;
}
.AnyTagClassName
{
color: #D9802D;
}
</style>
background-color css
<style>
a { background-color: #D9802D; }
a { background-color: rgb(217,128,45); }
div.DivClassName
{
background-color: #D9802D;
}
.BgClassName
{
background-color: #D9802D;
}
</style>
border-color css
<style>
span { border-color: #D9802D; }
span { border-color: rgb(217,128,45); }
td.TdClassName
{
border-color: #D9802D;
}
.TagClassName
{
border-color: #D9802D;
}
</style>