Shades of Bronze #D17830
Tints of Bronze #D17830
RGB
CMYK
RGB Variations
Color information
#D17830 (or 0xD17830) is known color: Bronze. HEX triplet: D1, 78 and 30. RGB value is (209,120,48). Sum of RGB (Red+Green+Blue) = 209+120+48=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D17830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17830 is #2E87CF. Grayscale: #8A8A8A. Windows color (decimal): -3049424 or 3176657. OLE color: 3176657.
HSL color Cylindrical-coordinate representation of color #D17830: hue angle of 26.83º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D17830 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 48 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.18 |
| HSL | 26.83º | 0.64% | 0.5% | - |
| HSV(B) | 26.83º | 0.77% | 0.82% | - |
| XYZ | 33.54 | 27.2 | 6.28 | - |
| YUV | 138.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 48 | 0 | 0.43 | 0.77 | 0.18 | 26.83 | 0.64 | 0.5 |
| Hex | D1 | 78 | 30 | 0 | 2B | 4D | 12 | 1B | 40 | 32 |
| Octal | 321 | 170 | 60 | 0 | 53 | 115 | 22 | 33 | 100 | 62 |
| Binary | 11010001 | 1111000 | 110000 | 0 | 101011 | 1001101 | 10010 | 11011 | 1000000 | 110010 |
Color Harmonies of #D17830
Complementary color
Monochromatic Colors of #D17830
Black with #D17830
Text Example
Text Example
White with #D17830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17830; }
p { color: rgb(209,120,48); }
H1.HeaderClassName
{
color: #D17830;
}
.AnyTagClassName
{
color: #D17830;
}
</style>
background-color css
<style>
a { background-color: #D17830; }
a { background-color: rgb(209,120,48); }
div.DivClassName
{
background-color: #D17830;
}
.BgClassName
{
background-color: #D17830;
}
</style>
border-color css
<style>
span { border-color: #D17830; }
span { border-color: rgb(209,120,48); }
td.TdClassName
{
border-color: #D17830;
}
.TagClassName
{
border-color: #D17830;
}
</style>