Shades of Bronze #D17F29
Tints of Bronze #D17F29
RGB
CMYK
RGB Variations
Color information
#D17F29 (or 0xD17F29) is known color: Bronze. HEX triplet: D1, 7F and 29. RGB value is (209,127,41). Sum of RGB (Red+Green+Blue) = 209+127+41=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F29 is #2E80D6. Grayscale: #8E8E8E. Windows color (decimal): -3047639 or 2719697. OLE color: 2719697.
HSL color Cylindrical-coordinate representation of color #D17F29: hue angle of 30.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D17F29 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 41 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.18 |
| HSL | 30.71º | 0.67% | 0.49% | - |
| HSV(B) | 30.71º | 0.8% | 0.82% | - |
| XYZ | 34.28 | 28.89 | 5.87 | - |
| YUV | 141.71 | 71.17 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 41 | 0 | 0.39 | 0.80 | 0.18 | 30.71 | 0.67 | 0.49 |
| Hex | D1 | 7F | 29 | 0 | 27 | 50 | 12 | 1F | 43 | 31 |
| Octal | 321 | 177 | 51 | 0 | 47 | 120 | 22 | 37 | 103 | 61 |
| Binary | 11010001 | 1111111 | 101001 | 0 | 100111 | 1010000 | 10010 | 11111 | 1000011 | 110001 |
Color Harmonies of #D17F29
Complementary color
Monochromatic Colors of #D17F29
Black with #D17F29
Text Example
Text Example
White with #D17F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F29; }
p { color: rgb(209,127,41); }
H1.HeaderClassName
{
color: #D17F29;
}
.AnyTagClassName
{
color: #D17F29;
}
</style>
background-color css
<style>
a { background-color: #D17F29; }
a { background-color: rgb(209,127,41); }
div.DivClassName
{
background-color: #D17F29;
}
.BgClassName
{
background-color: #D17F29;
}
</style>
border-color css
<style>
span { border-color: #D17F29; }
span { border-color: rgb(209,127,41); }
td.TdClassName
{
border-color: #D17F29;
}
.TagClassName
{
border-color: #D17F29;
}
</style>