Shades of Bronze #D07C30
Tints of Bronze #D07C30
RGB
CMYK
RGB Variations
Color information
#D07C30 (or 0xD07C30) is known color: Bronze. HEX triplet: D0, 7C and 30. RGB value is (208,124,48). Sum of RGB (Red+Green+Blue) = 208+124+48=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C30 is #2F83CF. Grayscale: #8C8C8C. Windows color (decimal): -3113936 or 3177680. OLE color: 3177680.
HSL color Cylindrical-coordinate representation of color #D07C30: hue angle of 28.5º 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 #D07C30 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 48 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.18 |
| HSL | 28.5º | 0.63% | 0.5% | - |
| HSV(B) | 28.5º | 0.77% | 0.82% | - |
| XYZ | 33.75 | 28.04 | 6.43 | - |
| YUV | 140.45 | 75.83 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 48 | 0 | 0.40 | 0.77 | 0.18 | 28.5 | 0.63 | 0.5 |
| Hex | D0 | 7C | 30 | 0 | 28 | 4D | 12 | 1C | 3F | 32 |
| Octal | 320 | 174 | 60 | 0 | 50 | 115 | 22 | 34 | 77 | 62 |
| Binary | 11010000 | 1111100 | 110000 | 0 | 101000 | 1001101 | 10010 | 11100 | 111111 | 110010 |
Color Harmonies of #D07C30
Complementary color
Monochromatic Colors of #D07C30
Black with #D07C30
Text Example
Text Example
White with #D07C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C30; }
p { color: rgb(208,124,48); }
H1.HeaderClassName
{
color: #D07C30;
}
.AnyTagClassName
{
color: #D07C30;
}
</style>
background-color css
<style>
a { background-color: #D07C30; }
a { background-color: rgb(208,124,48); }
div.DivClassName
{
background-color: #D07C30;
}
.BgClassName
{
background-color: #D07C30;
}
</style>
border-color css
<style>
span { border-color: #D07C30; }
span { border-color: rgb(208,124,48); }
td.TdClassName
{
border-color: #D07C30;
}
.TagClassName
{
border-color: #D07C30;
}
</style>