Shades of Bronze #D18032
Tints of Bronze #D18032
RGB
CMYK
RGB Variations
Color information
#D18032 (or 0xD18032) is known color: Bronze. HEX triplet: D1, 80 and 32. RGB value is (209,128,50). Sum of RGB (Red+Green+Blue) = 209+128+50=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D18032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18032 is #2E7FCD. Grayscale: #8F8F8F. Windows color (decimal): -3047374 or 3309777. OLE color: 3309777.
HSL color Cylindrical-coordinate representation of color #D18032: hue angle of 29.43º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D18032 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 50 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.18 |
| HSL | 29.43º | 0.63% | 0.51% | - |
| HSV(B) | 29.43º | 0.76% | 0.82% | - |
| XYZ | 34.59 | 29.22 | 6.84 | - |
| YUV | 143.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 50 | 0 | 0.39 | 0.76 | 0.18 | 29.43 | 0.63 | 0.51 |
| Hex | D1 | 80 | 32 | 0 | 27 | 4C | 12 | 1D | 3F | 33 |
| Octal | 321 | 200 | 62 | 0 | 47 | 114 | 22 | 35 | 77 | 63 |
| Binary | 11010001 | 10000000 | 110010 | 0 | 100111 | 1001100 | 10010 | 11101 | 111111 | 110011 |
Color Harmonies of #D18032
Complementary color
Monochromatic Colors of #D18032
Black with #D18032
Text Example
Text Example
White with #D18032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18032; }
p { color: rgb(209,128,50); }
H1.HeaderClassName
{
color: #D18032;
}
.AnyTagClassName
{
color: #D18032;
}
</style>
background-color css
<style>
a { background-color: #D18032; }
a { background-color: rgb(209,128,50); }
div.DivClassName
{
background-color: #D18032;
}
.BgClassName
{
background-color: #D18032;
}
</style>
border-color css
<style>
span { border-color: #D18032; }
span { border-color: rgb(209,128,50); }
td.TdClassName
{
border-color: #D18032;
}
.TagClassName
{
border-color: #D18032;
}
</style>