Shades of Bronze #D17E30
Tints of Bronze #D17E30
RGB
CMYK
RGB Variations
Color information
#D17E30 (or 0xD17E30) is known color: Bronze. HEX triplet: D1, 7E and 30. RGB value is (209,126,48). Sum of RGB (Red+Green+Blue) = 209+126+48=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17E30 is #2E81CF. Grayscale: #8E8E8E. Windows color (decimal): -3047888 or 3178193. OLE color: 3178193.
HSL color Cylindrical-coordinate representation of color #D17E30: hue angle of 29.07º degrees, saturation: 0.64, 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 #D17E30 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 48 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.18 |
| HSL | 29.07º | 0.64% | 0.5% | - |
| HSV(B) | 29.07º | 0.77% | 0.82% | - |
| XYZ | 34.29 | 28.69 | 6.53 | - |
| YUV | 141.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 48 | 0 | 0.40 | 0.77 | 0.18 | 29.07 | 0.64 | 0.5 |
| Hex | D1 | 7E | 30 | 0 | 28 | 4D | 12 | 1D | 40 | 32 |
| Octal | 321 | 176 | 60 | 0 | 50 | 115 | 22 | 35 | 100 | 62 |
| Binary | 11010001 | 1111110 | 110000 | 0 | 101000 | 1001101 | 10010 | 11101 | 1000000 | 110010 |
Color Harmonies of #D17E30
Complementary color
Monochromatic Colors of #D17E30
Black with #D17E30
Text Example
Text Example
White with #D17E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E30; }
p { color: rgb(209,126,48); }
H1.HeaderClassName
{
color: #D17E30;
}
.AnyTagClassName
{
color: #D17E30;
}
</style>
background-color css
<style>
a { background-color: #D17E30; }
a { background-color: rgb(209,126,48); }
div.DivClassName
{
background-color: #D17E30;
}
.BgClassName
{
background-color: #D17E30;
}
</style>
border-color css
<style>
span { border-color: #D17E30; }
span { border-color: rgb(209,126,48); }
td.TdClassName
{
border-color: #D17E30;
}
.TagClassName
{
border-color: #D17E30;
}
</style>