Shades of Bronze #D17F32
Tints of Bronze #D17F32
RGB
CMYK
RGB Variations
Color information
#D17F32 (or 0xD17F32) is known color: Bronze. HEX triplet: D1, 7F and 32. RGB value is (209,127,50). Sum of RGB (Red+Green+Blue) = 209+127+50=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F32 is #2E80CD. Grayscale: #8F8F8F. Windows color (decimal): -3047630 or 3309521. OLE color: 3309521.
HSL color Cylindrical-coordinate representation of color #D17F32: hue angle of 29.06º 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 #D17F32 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 50 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.18 |
| HSL | 29.06º | 0.63% | 0.51% | - |
| HSV(B) | 29.06º | 0.76% | 0.82% | - |
| XYZ | 34.46 | 28.96 | 6.79 | - |
| YUV | 142.74 | 75.67 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 50 | 0 | 0.39 | 0.76 | 0.18 | 29.06 | 0.63 | 0.51 |
| Hex | D1 | 7F | 32 | 0 | 27 | 4C | 12 | 1D | 3F | 33 |
| Octal | 321 | 177 | 62 | 0 | 47 | 114 | 22 | 35 | 77 | 63 |
| Binary | 11010001 | 1111111 | 110010 | 0 | 100111 | 1001100 | 10010 | 11101 | 111111 | 110011 |
Color Harmonies of #D17F32
Complementary color
Monochromatic Colors of #D17F32
Black with #D17F32
Text Example
Text Example
White with #D17F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F32; }
p { color: rgb(209,127,50); }
H1.HeaderClassName
{
color: #D17F32;
}
.AnyTagClassName
{
color: #D17F32;
}
</style>
background-color css
<style>
a { background-color: #D17F32; }
a { background-color: rgb(209,127,50); }
div.DivClassName
{
background-color: #D17F32;
}
.BgClassName
{
background-color: #D17F32;
}
</style>
border-color css
<style>
span { border-color: #D17F32; }
span { border-color: rgb(209,127,50); }
td.TdClassName
{
border-color: #D17F32;
}
.TagClassName
{
border-color: #D17F32;
}
</style>