Shades of Bronze #D4802F
Tints of Bronze #D4802F
RGB
CMYK
RGB Variations
Color information
#D4802F (or 0xD4802F) is known color: Bronze. HEX triplet: D4, 80 and 2F. RGB value is (212,128,47). Sum of RGB (Red+Green+Blue) = 212+128+47=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4802F is #2B7FD0. Grayscale: #909090. Windows color (decimal): -2850769 or 3113172. OLE color: 3113172.
HSL color Cylindrical-coordinate representation of color #D4802F: hue angle of 29.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4802F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 47 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.17 |
| HSL | 29.45º | 0.66% | 0.51% | - |
| HSV(B) | 29.45º | 0.78% | 0.83% | - |
| XYZ | 35.38 | 29.64 | 6.55 | - |
| YUV | 143.88 | 73.33 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 47 | 0 | 0.40 | 0.78 | 0.17 | 29.45 | 0.66 | 0.51 |
| Hex | D4 | 80 | 2F | 0 | 28 | 4E | 11 | 1D | 42 | 33 |
| Octal | 324 | 200 | 57 | 0 | 50 | 116 | 21 | 35 | 102 | 63 |
| Binary | 11010100 | 10000000 | 101111 | 0 | 101000 | 1001110 | 10001 | 11101 | 1000010 | 110011 |
Color Harmonies of #D4802F
Complementary color
Monochromatic Colors of #D4802F
Black with #D4802F
Text Example
Text Example
White with #D4802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4802F; }
p { color: rgb(212,128,47); }
H1.HeaderClassName
{
color: #D4802F;
}
.AnyTagClassName
{
color: #D4802F;
}
</style>
background-color css
<style>
a { background-color: #D4802F; }
a { background-color: rgb(212,128,47); }
div.DivClassName
{
background-color: #D4802F;
}
.BgClassName
{
background-color: #D4802F;
}
</style>
border-color css
<style>
span { border-color: #D4802F; }
span { border-color: rgb(212,128,47); }
td.TdClassName
{
border-color: #D4802F;
}
.TagClassName
{
border-color: #D4802F;
}
</style>