Shades of Bronze #D5802F
Tints of Bronze #D5802F
RGB
CMYK
RGB Variations
Color information
#D5802F (or 0xD5802F) is known color: Bronze. HEX triplet: D5, 80 and 2F. RGB value is (213,128,47). Sum of RGB (Red+Green+Blue) = 213+128+47=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5802F is #2A7FD0. Grayscale: #909090. Windows color (decimal): -2785233 or 3113173. OLE color: 3113173.
HSL color Cylindrical-coordinate representation of color #D5802F: hue angle of 29.28º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5802F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 47 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.16 |
| HSL | 29.28º | 0.66% | 0.51% | - |
| HSV(B) | 29.28º | 0.78% | 0.84% | - |
| XYZ | 35.67 | 29.79 | 6.56 | - |
| YUV | 144.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 47 | 0 | 0.40 | 0.78 | 0.16 | 29.28 | 0.66 | 0.51 |
| Hex | D5 | 80 | 2F | 0 | 28 | 4E | 10 | 1D | 42 | 33 |
| Octal | 325 | 200 | 57 | 0 | 50 | 116 | 20 | 35 | 102 | 63 |
| Binary | 11010101 | 10000000 | 101111 | 0 | 101000 | 1001110 | 10000 | 11101 | 1000010 | 110011 |
Color Harmonies of #D5802F
Complementary color
Monochromatic Colors of #D5802F
Black with #D5802F
Text Example
Text Example
White with #D5802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5802F; }
p { color: rgb(213,128,47); }
H1.HeaderClassName
{
color: #D5802F;
}
.AnyTagClassName
{
color: #D5802F;
}
</style>
background-color css
<style>
a { background-color: #D5802F; }
a { background-color: rgb(213,128,47); }
div.DivClassName
{
background-color: #D5802F;
}
.BgClassName
{
background-color: #D5802F;
}
</style>
border-color css
<style>
span { border-color: #D5802F; }
span { border-color: rgb(213,128,47); }
td.TdClassName
{
border-color: #D5802F;
}
.TagClassName
{
border-color: #D5802F;
}
</style>