Shades of Bronze #D17C2C
Tints of Bronze #D17C2C
RGB
CMYK
RGB Variations
Color information
#D17C2C (or 0xD17C2C) is known color: Bronze. HEX triplet: D1, 7C and 2C. RGB value is (209,124,44). Sum of RGB (Red+Green+Blue) = 209+124+44=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C2C is #2E83D3. Grayscale: #8C8C8C. Windows color (decimal): -3048404 or 2915537. OLE color: 2915537.
HSL color Cylindrical-coordinate representation of color #D17C2C: hue angle of 29.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D17C2C is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 44 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.18 |
| HSL | 29.09º | 0.65% | 0.5% | - |
| HSV(B) | 29.09º | 0.79% | 0.82% | - |
| XYZ | 33.96 | 28.15 | 6.03 | - |
| YUV | 140.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 44 | 0 | 0.41 | 0.79 | 0.18 | 29.09 | 0.65 | 0.5 |
| Hex | D1 | 7C | 2C | 0 | 29 | 4F | 12 | 1D | 41 | 32 |
| Octal | 321 | 174 | 54 | 0 | 51 | 117 | 22 | 35 | 101 | 62 |
| Binary | 11010001 | 1111100 | 101100 | 0 | 101001 | 1001111 | 10010 | 11101 | 1000001 | 110010 |
Color Harmonies of #D17C2C
Complementary color
Monochromatic Colors of #D17C2C
Black with #D17C2C
Text Example
Text Example
White with #D17C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17C2C; }
p { color: rgb(209,124,44); }
H1.HeaderClassName
{
color: #D17C2C;
}
.AnyTagClassName
{
color: #D17C2C;
}
</style>
background-color css
<style>
a { background-color: #D17C2C; }
a { background-color: rgb(209,124,44); }
div.DivClassName
{
background-color: #D17C2C;
}
.BgClassName
{
background-color: #D17C2C;
}
</style>
border-color css
<style>
span { border-color: #D17C2C; }
span { border-color: rgb(209,124,44); }
td.TdClassName
{
border-color: #D17C2C;
}
.TagClassName
{
border-color: #D17C2C;
}
</style>