Shades of Bronze #D5802C
Tints of Bronze #D5802C
RGB
CMYK
RGB Variations
Color information
#D5802C (or 0xD5802C) is known color: Bronze. HEX triplet: D5, 80 and 2C. RGB value is (213,128,44). Sum of RGB (Red+Green+Blue) = 213+128+44=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5802C is #2A7FD3. Grayscale: #909090. Windows color (decimal): -2785236 or 2916565. OLE color: 2916565.
HSL color Cylindrical-coordinate representation of color #D5802C: hue angle of 29.82º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5802C is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 44 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.16 |
| HSL | 29.82º | 0.67% | 0.5% | - |
| HSV(B) | 29.82º | 0.79% | 0.84% | - |
| XYZ | 35.61 | 29.77 | 6.25 | - |
| YUV | 143.84 | 71.66 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 44 | 0 | 0.40 | 0.79 | 0.16 | 29.82 | 0.67 | 0.5 |
| Hex | D5 | 80 | 2C | 0 | 28 | 4F | 10 | 1E | 43 | 32 |
| Octal | 325 | 200 | 54 | 0 | 50 | 117 | 20 | 36 | 103 | 62 |
| Binary | 11010101 | 10000000 | 101100 | 0 | 101000 | 1001111 | 10000 | 11110 | 1000011 | 110010 |
Color Harmonies of #D5802C
Complementary color
Monochromatic Colors of #D5802C
Black with #D5802C
Text Example
Text Example
White with #D5802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5802C; }
p { color: rgb(213,128,44); }
H1.HeaderClassName
{
color: #D5802C;
}
.AnyTagClassName
{
color: #D5802C;
}
</style>
background-color css
<style>
a { background-color: #D5802C; }
a { background-color: rgb(213,128,44); }
div.DivClassName
{
background-color: #D5802C;
}
.BgClassName
{
background-color: #D5802C;
}
</style>
border-color css
<style>
span { border-color: #D5802C; }
span { border-color: rgb(213,128,44); }
td.TdClassName
{
border-color: #D5802C;
}
.TagClassName
{
border-color: #D5802C;
}
</style>