Shades of Bronze #D07E2C
Tints of Bronze #D07E2C
RGB
CMYK
RGB Variations
Color information
#D07E2C (or 0xD07E2C) is known color: Bronze. HEX triplet: D0, 7E and 2C. RGB value is (208,126,44). Sum of RGB (Red+Green+Blue) = 208+126+44=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E2C is #2F81D3. Grayscale: #8D8D8D. Windows color (decimal): -3113428 or 2916048. OLE color: 2916048.
HSL color Cylindrical-coordinate representation of color #D07E2C: hue angle of 30º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D07E2C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 44 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.18 |
| HSL | 30º | 0.65% | 0.49% | - |
| HSV(B) | 30º | 0.79% | 0.82% | - |
| XYZ | 33.93 | 28.51 | 6.1 | - |
| YUV | 141.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 44 | 0 | 0.39 | 0.79 | 0.18 | 30 | 0.65 | 0.49 |
| Hex | D0 | 7E | 2C | 0 | 27 | 4F | 12 | 1E | 41 | 31 |
| Octal | 320 | 176 | 54 | 0 | 47 | 117 | 22 | 36 | 101 | 61 |
| Binary | 11010000 | 1111110 | 101100 | 0 | 100111 | 1001111 | 10010 | 11110 | 1000001 | 110001 |
Color Harmonies of #D07E2C
Complementary color
Monochromatic Colors of #D07E2C
Black with #D07E2C
Text Example
Text Example
White with #D07E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E2C; }
p { color: rgb(208,126,44); }
H1.HeaderClassName
{
color: #D07E2C;
}
.AnyTagClassName
{
color: #D07E2C;
}
</style>
background-color css
<style>
a { background-color: #D07E2C; }
a { background-color: rgb(208,126,44); }
div.DivClassName
{
background-color: #D07E2C;
}
.BgClassName
{
background-color: #D07E2C;
}
</style>
border-color css
<style>
span { border-color: #D07E2C; }
span { border-color: rgb(208,126,44); }
td.TdClassName
{
border-color: #D07E2C;
}
.TagClassName
{
border-color: #D07E2C;
}
</style>