Shades of Bronze #D17D36
Tints of Bronze #D17D36
RGB
CMYK
RGB Variations
Color information
#D17D36 (or 0xD17D36) is known color: Bronze. HEX triplet: D1, 7D and 36. RGB value is (209,125,54). Sum of RGB (Red+Green+Blue) = 209+125+54=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D36 is #2E82C9. Grayscale: #8E8E8E. Windows color (decimal): -3048138 or 3571153. OLE color: 3571153.
HSL color Cylindrical-coordinate representation of color #D17D36: hue angle of 27.48º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D17D36 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 54 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.18 |
| HSL | 27.48º | 0.63% | 0.52% | - |
| HSV(B) | 27.48º | 0.74% | 0.82% | - |
| XYZ | 34.29 | 28.49 | 7.18 | - |
| YUV | 142.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 54 | 0 | 0.40 | 0.74 | 0.18 | 27.48 | 0.63 | 0.52 |
| Hex | D1 | 7D | 36 | 0 | 28 | 4A | 12 | 1B | 3F | 34 |
| Octal | 321 | 175 | 66 | 0 | 50 | 112 | 22 | 33 | 77 | 64 |
| Binary | 11010001 | 1111101 | 110110 | 0 | 101000 | 1001010 | 10010 | 11011 | 111111 | 110100 |
Color Harmonies of #D17D36
Complementary color
Monochromatic Colors of #D17D36
Black with #D17D36
Text Example
Text Example
White with #D17D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D36; }
p { color: rgb(209,125,54); }
H1.HeaderClassName
{
color: #D17D36;
}
.AnyTagClassName
{
color: #D17D36;
}
</style>
background-color css
<style>
a { background-color: #D17D36; }
a { background-color: rgb(209,125,54); }
div.DivClassName
{
background-color: #D17D36;
}
.BgClassName
{
background-color: #D17D36;
}
</style>
border-color css
<style>
span { border-color: #D17D36; }
span { border-color: rgb(209,125,54); }
td.TdClassName
{
border-color: #D17D36;
}
.TagClassName
{
border-color: #D17D36;
}
</style>