Shades of Bronze #D17930
Tints of Bronze #D17930
RGB
CMYK
RGB Variations
Color information
#D17930 (or 0xD17930) is known color: Bronze. HEX triplet: D1, 79 and 30. RGB value is (209,121,48). Sum of RGB (Red+Green+Blue) = 209+121+48=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D17930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17930 is #2E86CF. Grayscale: #8B8B8B. Windows color (decimal): -3049168 or 3176913. OLE color: 3176913.
HSL color Cylindrical-coordinate representation of color #D17930: hue angle of 27.2º 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 #D17930 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 48 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.18 |
| HSL | 27.2º | 0.64% | 0.5% | - |
| HSV(B) | 27.2º | 0.77% | 0.82% | - |
| XYZ | 33.67 | 27.44 | 6.32 | - |
| YUV | 138.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 48 | 0 | 0.42 | 0.77 | 0.18 | 27.2 | 0.64 | 0.5 |
| Hex | D1 | 79 | 30 | 0 | 2A | 4D | 12 | 1B | 40 | 32 |
| Octal | 321 | 171 | 60 | 0 | 52 | 115 | 22 | 33 | 100 | 62 |
| Binary | 11010001 | 1111001 | 110000 | 0 | 101010 | 1001101 | 10010 | 11011 | 1000000 | 110010 |
Color Harmonies of #D17930
Complementary color
Monochromatic Colors of #D17930
Black with #D17930
Text Example
Text Example
White with #D17930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17930; }
p { color: rgb(209,121,48); }
H1.HeaderClassName
{
color: #D17930;
}
.AnyTagClassName
{
color: #D17930;
}
</style>
background-color css
<style>
a { background-color: #D17930; }
a { background-color: rgb(209,121,48); }
div.DivClassName
{
background-color: #D17930;
}
.BgClassName
{
background-color: #D17930;
}
</style>
border-color css
<style>
span { border-color: #D17930; }
span { border-color: rgb(209,121,48); }
td.TdClassName
{
border-color: #D17930;
}
.TagClassName
{
border-color: #D17930;
}
</style>