Shades of Bronze #D07E30
Tints of Bronze #D07E30
RGB
CMYK
RGB Variations
Color information
#D07E30 (or 0xD07E30) is known color: Bronze. HEX triplet: D0, 7E and 30. RGB value is (208,126,48). Sum of RGB (Red+Green+Blue) = 208+126+48=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E30 is #2F81CF. Grayscale: #8E8E8E. Windows color (decimal): -3113424 or 3178192. OLE color: 3178192.
HSL color Cylindrical-coordinate representation of color #D07E30: hue angle of 29.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D07E30 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 48 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.18 |
| HSL | 29.25º | 0.63% | 0.5% | - |
| HSV(B) | 29.25º | 0.77% | 0.82% | - |
| XYZ | 34.01 | 28.55 | 6.51 | - |
| YUV | 141.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 48 | 0 | 0.39 | 0.77 | 0.18 | 29.25 | 0.63 | 0.5 |
| Hex | D0 | 7E | 30 | 0 | 27 | 4D | 12 | 1D | 3F | 32 |
| Octal | 320 | 176 | 60 | 0 | 47 | 115 | 22 | 35 | 77 | 62 |
| Binary | 11010000 | 1111110 | 110000 | 0 | 100111 | 1001101 | 10010 | 11101 | 111111 | 110010 |
Color Harmonies of #D07E30
Complementary color
Monochromatic Colors of #D07E30
Black with #D07E30
Text Example
Text Example
White with #D07E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E30; }
p { color: rgb(208,126,48); }
H1.HeaderClassName
{
color: #D07E30;
}
.AnyTagClassName
{
color: #D07E30;
}
</style>
background-color css
<style>
a { background-color: #D07E30; }
a { background-color: rgb(208,126,48); }
div.DivClassName
{
background-color: #D07E30;
}
.BgClassName
{
background-color: #D07E30;
}
</style>
border-color css
<style>
span { border-color: #D07E30; }
span { border-color: rgb(208,126,48); }
td.TdClassName
{
border-color: #D07E30;
}
.TagClassName
{
border-color: #D07E30;
}
</style>