Shades of Bronze #D4802D
Tints of Bronze #D4802D
RGB
CMYK
RGB Variations
Color information
#D4802D (or 0xD4802D) is known color: Bronze. HEX triplet: D4, 80 and 2D. RGB value is (212,128,45). Sum of RGB (Red+Green+Blue) = 212+128+45=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4802D is #2B7FD2. Grayscale: #909090. Windows color (decimal): -2850771 or 2982100. OLE color: 2982100.
HSL color Cylindrical-coordinate representation of color #D4802D: hue angle of 29.82º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4802D is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 45 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.17 |
| HSL | 29.82º | 0.66% | 0.5% | - |
| HSV(B) | 29.82º | 0.79% | 0.83% | - |
| XYZ | 35.34 | 29.62 | 6.34 | - |
| YUV | 143.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 45 | 0 | 0.40 | 0.79 | 0.17 | 29.82 | 0.66 | 0.5 |
| Hex | D4 | 80 | 2D | 0 | 28 | 4F | 11 | 1E | 42 | 32 |
| Octal | 324 | 200 | 55 | 0 | 50 | 117 | 21 | 36 | 102 | 62 |
| Binary | 11010100 | 10000000 | 101101 | 0 | 101000 | 1001111 | 10001 | 11110 | 1000010 | 110010 |
Color Harmonies of #D4802D
Complementary color
Monochromatic Colors of #D4802D
Black with #D4802D
Text Example
Text Example
White with #D4802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4802D; }
p { color: rgb(212,128,45); }
H1.HeaderClassName
{
color: #D4802D;
}
.AnyTagClassName
{
color: #D4802D;
}
</style>
background-color css
<style>
a { background-color: #D4802D; }
a { background-color: rgb(212,128,45); }
div.DivClassName
{
background-color: #D4802D;
}
.BgClassName
{
background-color: #D4802D;
}
</style>
border-color css
<style>
span { border-color: #D4802D; }
span { border-color: rgb(212,128,45); }
td.TdClassName
{
border-color: #D4802D;
}
.TagClassName
{
border-color: #D4802D;
}
</style>