Shades of Bronze #D17E32
Tints of Bronze #D17E32
RGB
CMYK
RGB Variations
Color information
#D17E32 (or 0xD17E32) is known color: Bronze. HEX triplet: D1, 7E and 32. RGB value is (209,126,50). Sum of RGB (Red+Green+Blue) = 209+126+50=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17E32 is #2E81CD. Grayscale: #8E8E8E. Windows color (decimal): -3047886 or 3309265. OLE color: 3309265.
HSL color Cylindrical-coordinate representation of color #D17E32: hue angle of 28.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D17E32 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 50 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.18 |
| HSL | 28.68º | 0.63% | 0.51% | - |
| HSV(B) | 28.68º | 0.76% | 0.82% | - |
| XYZ | 34.33 | 28.71 | 6.75 | - |
| YUV | 142.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 50 | 0 | 0.40 | 0.76 | 0.18 | 28.68 | 0.63 | 0.51 |
| Hex | D1 | 7E | 32 | 0 | 28 | 4C | 12 | 1D | 3F | 33 |
| Octal | 321 | 176 | 62 | 0 | 50 | 114 | 22 | 35 | 77 | 63 |
| Binary | 11010001 | 1111110 | 110010 | 0 | 101000 | 1001100 | 10010 | 11101 | 111111 | 110011 |
Color Harmonies of #D17E32
Complementary color
Monochromatic Colors of #D17E32
Black with #D17E32
Text Example
Text Example
White with #D17E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E32; }
p { color: rgb(209,126,50); }
H1.HeaderClassName
{
color: #D17E32;
}
.AnyTagClassName
{
color: #D17E32;
}
</style>
background-color css
<style>
a { background-color: #D17E32; }
a { background-color: rgb(209,126,50); }
div.DivClassName
{
background-color: #D17E32;
}
.BgClassName
{
background-color: #D17E32;
}
</style>
border-color css
<style>
span { border-color: #D17E32; }
span { border-color: rgb(209,126,50); }
td.TdClassName
{
border-color: #D17E32;
}
.TagClassName
{
border-color: #D17E32;
}
</style>