Shades of Bronze #D07E2D
Tints of Bronze #D07E2D
RGB
CMYK
RGB Variations
Color information
#D07E2D (or 0xD07E2D) is known color: Bronze. HEX triplet: D0, 7E and 2D. RGB value is (208,126,45). Sum of RGB (Red+Green+Blue) = 208+126+45=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E2D is #2F81D2. Grayscale: #8D8D8D. Windows color (decimal): -3113427 or 2981584. OLE color: 2981584.
HSL color Cylindrical-coordinate representation of color #D07E2D: hue angle of 29.82º 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 #D07E2D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 45 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.18 |
| HSL | 29.82º | 0.64% | 0.5% | - |
| HSV(B) | 29.82º | 0.78% | 0.82% | - |
| XYZ | 33.95 | 28.52 | 6.2 | - |
| YUV | 141.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 45 | 0 | 0.39 | 0.78 | 0.18 | 29.82 | 0.64 | 0.5 |
| Hex | D0 | 7E | 2D | 0 | 27 | 4E | 12 | 1E | 40 | 32 |
| Octal | 320 | 176 | 55 | 0 | 47 | 116 | 22 | 36 | 100 | 62 |
| Binary | 11010000 | 1111110 | 101101 | 0 | 100111 | 1001110 | 10010 | 11110 | 1000000 | 110010 |
Color Harmonies of #D07E2D
Complementary color
Monochromatic Colors of #D07E2D
Black with #D07E2D
Text Example
Text Example
White with #D07E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E2D; }
p { color: rgb(208,126,45); }
H1.HeaderClassName
{
color: #D07E2D;
}
.AnyTagClassName
{
color: #D07E2D;
}
</style>
background-color css
<style>
a { background-color: #D07E2D; }
a { background-color: rgb(208,126,45); }
div.DivClassName
{
background-color: #D07E2D;
}
.BgClassName
{
background-color: #D07E2D;
}
</style>
border-color css
<style>
span { border-color: #D07E2D; }
span { border-color: rgb(208,126,45); }
td.TdClassName
{
border-color: #D07E2D;
}
.TagClassName
{
border-color: #D07E2D;
}
</style>