Shades of Bronze #D17D35
Tints of Bronze #D17D35
RGB
CMYK
RGB Variations
Color information
#D17D35 (or 0xD17D35) is known color: Bronze. HEX triplet: D1, 7D and 35. RGB value is (209,125,53). Sum of RGB (Red+Green+Blue) = 209+125+53=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D35 is #2E82CA. Grayscale: #8E8E8E. Windows color (decimal): -3048139 or 3505617. OLE color: 3505617.
HSL color Cylindrical-coordinate representation of color #D17D35: hue angle of 27.69º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D17D35 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 53 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.18 |
| HSL | 27.69º | 0.63% | 0.51% | - |
| HSV(B) | 27.69º | 0.75% | 0.82% | - |
| XYZ | 34.27 | 28.48 | 7.06 | - |
| YUV | 141.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 53 | 0 | 0.40 | 0.75 | 0.18 | 27.69 | 0.63 | 0.51 |
| Hex | D1 | 7D | 35 | 0 | 28 | 4B | 12 | 1C | 3F | 33 |
| Octal | 321 | 175 | 65 | 0 | 50 | 113 | 22 | 34 | 77 | 63 |
| Binary | 11010001 | 1111101 | 110101 | 0 | 101000 | 1001011 | 10010 | 11100 | 111111 | 110011 |
Color Harmonies of #D17D35
Complementary color
Monochromatic Colors of #D17D35
Black with #D17D35
Text Example
Text Example
White with #D17D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D35; }
p { color: rgb(209,125,53); }
H1.HeaderClassName
{
color: #D17D35;
}
.AnyTagClassName
{
color: #D17D35;
}
</style>
background-color css
<style>
a { background-color: #D17D35; }
a { background-color: rgb(209,125,53); }
div.DivClassName
{
background-color: #D17D35;
}
.BgClassName
{
background-color: #D17D35;
}
</style>
border-color css
<style>
span { border-color: #D17D35; }
span { border-color: rgb(209,125,53); }
td.TdClassName
{
border-color: #D17D35;
}
.TagClassName
{
border-color: #D17D35;
}
</style>