Shades of Bronze #D0802D
Tints of Bronze #D0802D
RGB
CMYK
RGB Variations
Color information
#D0802D (or 0xD0802D) is known color: Bronze. HEX triplet: D0, 80 and 2D. RGB value is (208,128,45). Sum of RGB (Red+Green+Blue) = 208+128+45=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0802D is #2F7FD2. Grayscale: #8E8E8E. Windows color (decimal): -3112915 or 2982096. OLE color: 2982096.
HSL color Cylindrical-coordinate representation of color #D0802D: hue angle of 30.55º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0802D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 45 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.18 |
| HSL | 30.55º | 0.64% | 0.5% | - |
| HSV(B) | 30.55º | 0.78% | 0.82% | - |
| XYZ | 34.21 | 29.04 | 6.28 | - |
| YUV | 142.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 45 | 0 | 0.38 | 0.78 | 0.18 | 30.55 | 0.64 | 0.5 |
| Hex | D0 | 80 | 2D | 0 | 26 | 4E | 12 | 1F | 40 | 32 |
| Octal | 320 | 200 | 55 | 0 | 46 | 116 | 22 | 37 | 100 | 62 |
| Binary | 11010000 | 10000000 | 101101 | 0 | 100110 | 1001110 | 10010 | 11111 | 1000000 | 110010 |
Color Harmonies of #D0802D
Complementary color
Monochromatic Colors of #D0802D
Black with #D0802D
Text Example
Text Example
White with #D0802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0802D; }
p { color: rgb(208,128,45); }
H1.HeaderClassName
{
color: #D0802D;
}
.AnyTagClassName
{
color: #D0802D;
}
</style>
background-color css
<style>
a { background-color: #D0802D; }
a { background-color: rgb(208,128,45); }
div.DivClassName
{
background-color: #D0802D;
}
.BgClassName
{
background-color: #D0802D;
}
</style>
border-color css
<style>
span { border-color: #D0802D; }
span { border-color: rgb(208,128,45); }
td.TdClassName
{
border-color: #D0802D;
}
.TagClassName
{
border-color: #D0802D;
}
</style>