Shades of Bronze #D18033
Tints of Bronze #D18033
RGB
CMYK
RGB Variations
Color information
#D18033 (or 0xD18033) is known color: Bronze. HEX triplet: D1, 80 and 33. RGB value is (209,128,51). Sum of RGB (Red+Green+Blue) = 209+128+51=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D18033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18033 is #2E7FCC. Grayscale: #8F8F8F. Windows color (decimal): -3047373 or 3375313. OLE color: 3375313.
HSL color Cylindrical-coordinate representation of color #D18033: hue angle of 29.24º 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 #D18033 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 51 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.18 |
| HSL | 29.24º | 0.63% | 0.51% | - |
| HSV(B) | 29.24º | 0.76% | 0.82% | - |
| XYZ | 34.61 | 29.23 | 6.95 | - |
| YUV | 143.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 51 | 0 | 0.39 | 0.76 | 0.18 | 29.24 | 0.63 | 0.51 |
| Hex | D1 | 80 | 33 | 0 | 27 | 4C | 12 | 1D | 3F | 33 |
| Octal | 321 | 200 | 63 | 0 | 47 | 114 | 22 | 35 | 77 | 63 |
| Binary | 11010001 | 10000000 | 110011 | 0 | 100111 | 1001100 | 10010 | 11101 | 111111 | 110011 |
Color Harmonies of #D18033
Complementary color
Monochromatic Colors of #D18033
Black with #D18033
Text Example
Text Example
White with #D18033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18033; }
p { color: rgb(209,128,51); }
H1.HeaderClassName
{
color: #D18033;
}
.AnyTagClassName
{
color: #D18033;
}
</style>
background-color css
<style>
a { background-color: #D18033; }
a { background-color: rgb(209,128,51); }
div.DivClassName
{
background-color: #D18033;
}
.BgClassName
{
background-color: #D18033;
}
</style>
border-color css
<style>
span { border-color: #D18033; }
span { border-color: rgb(209,128,51); }
td.TdClassName
{
border-color: #D18033;
}
.TagClassName
{
border-color: #D18033;
}
</style>