Shades of Bronze #D2802D
Tints of Bronze #D2802D
RGB
CMYK
RGB Variations
Color information
#D2802D (or 0xD2802D) is known color: Bronze. HEX triplet: D2, 80 and 2D. RGB value is (210,128,45). Sum of RGB (Red+Green+Blue) = 210+128+45=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2802D is #2D7FD2. Grayscale: #8F8F8F. Windows color (decimal): -2981843 or 2982098. OLE color: 2982098.
HSL color Cylindrical-coordinate representation of color #D2802D: hue angle of 30.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2802D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 45 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.18 |
| HSL | 30.18º | 0.65% | 0.5% | - |
| HSV(B) | 30.18º | 0.79% | 0.82% | - |
| XYZ | 34.77 | 29.33 | 6.31 | - |
| YUV | 143.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 45 | 0 | 0.39 | 0.79 | 0.18 | 30.18 | 0.65 | 0.5 |
| Hex | D2 | 80 | 2D | 0 | 27 | 4F | 12 | 1E | 41 | 32 |
| Octal | 322 | 200 | 55 | 0 | 47 | 117 | 22 | 36 | 101 | 62 |
| Binary | 11010010 | 10000000 | 101101 | 0 | 100111 | 1001111 | 10010 | 11110 | 1000001 | 110010 |
Color Harmonies of #D2802D
Complementary color
Monochromatic Colors of #D2802D
Black with #D2802D
Text Example
Text Example
White with #D2802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2802D; }
p { color: rgb(210,128,45); }
H1.HeaderClassName
{
color: #D2802D;
}
.AnyTagClassName
{
color: #D2802D;
}
</style>
background-color css
<style>
a { background-color: #D2802D; }
a { background-color: rgb(210,128,45); }
div.DivClassName
{
background-color: #D2802D;
}
.BgClassName
{
background-color: #D2802D;
}
</style>
border-color css
<style>
span { border-color: #D2802D; }
span { border-color: rgb(210,128,45); }
td.TdClassName
{
border-color: #D2802D;
}
.TagClassName
{
border-color: #D2802D;
}
</style>