Shades of Bronze #D17935
Tints of Bronze #D17935
RGB
CMYK
RGB Variations
Color information
#D17935 (or 0xD17935) is known color: Bronze. HEX triplet: D1, 79 and 35. RGB value is (209,121,53). Sum of RGB (Red+Green+Blue) = 209+121+53=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D17935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17935 is #2E86CA. Grayscale: #8B8B8B. Windows color (decimal): -3049163 or 3504593. OLE color: 3504593.
HSL color Cylindrical-coordinate representation of color #D17935: hue angle of 26.15º 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 #D17935 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 53 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.18 |
| HSL | 26.15º | 0.63% | 0.51% | - |
| HSV(B) | 26.15º | 0.75% | 0.82% | - |
| XYZ | 33.77 | 27.49 | 6.89 | - |
| YUV | 139.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 53 | 0 | 0.42 | 0.75 | 0.18 | 26.15 | 0.63 | 0.51 |
| Hex | D1 | 79 | 35 | 0 | 2A | 4B | 12 | 1A | 3F | 33 |
| Octal | 321 | 171 | 65 | 0 | 52 | 113 | 22 | 32 | 77 | 63 |
| Binary | 11010001 | 1111001 | 110101 | 0 | 101010 | 1001011 | 10010 | 11010 | 111111 | 110011 |
Color Harmonies of #D17935
Complementary color
Monochromatic Colors of #D17935
Black with #D17935
Text Example
Text Example
White with #D17935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17935; }
p { color: rgb(209,121,53); }
H1.HeaderClassName
{
color: #D17935;
}
.AnyTagClassName
{
color: #D17935;
}
</style>
background-color css
<style>
a { background-color: #D17935; }
a { background-color: rgb(209,121,53); }
div.DivClassName
{
background-color: #D17935;
}
.BgClassName
{
background-color: #D17935;
}
</style>
border-color css
<style>
span { border-color: #D17935; }
span { border-color: rgb(209,121,53); }
td.TdClassName
{
border-color: #D17935;
}
.TagClassName
{
border-color: #D17935;
}
</style>