Shades of Bronze #D18030
Tints of Bronze #D18030
RGB
CMYK
RGB Variations
Color information
#D18030 (or 0xD18030) is known color: Bronze. HEX triplet: D1, 80 and 30. RGB value is (209,128,48). Sum of RGB (Red+Green+Blue) = 209+128+48=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D18030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18030 is #2E7FCF. Grayscale: #8F8F8F. Windows color (decimal): -3047376 or 3178705. OLE color: 3178705.
HSL color Cylindrical-coordinate representation of color #D18030: hue angle of 29.81º 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 #D18030 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 48 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.18 |
| HSL | 29.81º | 0.64% | 0.5% | - |
| HSV(B) | 29.81º | 0.77% | 0.82% | - |
| XYZ | 34.55 | 29.21 | 6.61 | - |
| YUV | 143.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 48 | 0 | 0.39 | 0.77 | 0.18 | 29.81 | 0.64 | 0.5 |
| Hex | D1 | 80 | 30 | 0 | 27 | 4D | 12 | 1E | 40 | 32 |
| Octal | 321 | 200 | 60 | 0 | 47 | 115 | 22 | 36 | 100 | 62 |
| Binary | 11010001 | 10000000 | 110000 | 0 | 100111 | 1001101 | 10010 | 11110 | 1000000 | 110010 |
Color Harmonies of #D18030
Complementary color
Monochromatic Colors of #D18030
Black with #D18030
Text Example
Text Example
White with #D18030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18030; }
p { color: rgb(209,128,48); }
H1.HeaderClassName
{
color: #D18030;
}
.AnyTagClassName
{
color: #D18030;
}
</style>
background-color css
<style>
a { background-color: #D18030; }
a { background-color: rgb(209,128,48); }
div.DivClassName
{
background-color: #D18030;
}
.BgClassName
{
background-color: #D18030;
}
</style>
border-color css
<style>
span { border-color: #D18030; }
span { border-color: rgb(209,128,48); }
td.TdClassName
{
border-color: #D18030;
}
.TagClassName
{
border-color: #D18030;
}
</style>