Shades of Bronze #D18236
Tints of Bronze #D18236
RGB
CMYK
RGB Variations
Color information
#D18236 (or 0xD18236) is known color: Bronze. HEX triplet: D1, 82 and 36. RGB value is (209,130,54). Sum of RGB (Red+Green+Blue) = 209+130+54=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D18236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18236 is #2E7DC9. Grayscale: #919191. Windows color (decimal): -3046858 or 3572433. OLE color: 3572433.
HSL color Cylindrical-coordinate representation of color #D18236: hue angle of 29.42º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D18236 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 54 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.18 |
| HSL | 29.42º | 0.63% | 0.52% | - |
| HSV(B) | 29.42º | 0.74% | 0.82% | - |
| XYZ | 34.94 | 29.79 | 7.4 | - |
| YUV | 144.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 54 | 0 | 0.38 | 0.74 | 0.18 | 29.42 | 0.63 | 0.52 |
| Hex | D1 | 82 | 36 | 0 | 26 | 4A | 12 | 1D | 3F | 34 |
| Octal | 321 | 202 | 66 | 0 | 46 | 112 | 22 | 35 | 77 | 64 |
| Binary | 11010001 | 10000010 | 110110 | 0 | 100110 | 1001010 | 10010 | 11101 | 111111 | 110100 |
Color Harmonies of #D18236
Complementary color
Monochromatic Colors of #D18236
Black with #D18236
Text Example
Text Example
White with #D18236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18236; }
p { color: rgb(209,130,54); }
H1.HeaderClassName
{
color: #D18236;
}
.AnyTagClassName
{
color: #D18236;
}
</style>
background-color css
<style>
a { background-color: #D18236; }
a { background-color: rgb(209,130,54); }
div.DivClassName
{
background-color: #D18236;
}
.BgClassName
{
background-color: #D18236;
}
</style>
border-color css
<style>
span { border-color: #D18236; }
span { border-color: rgb(209,130,54); }
td.TdClassName
{
border-color: #D18236;
}
.TagClassName
{
border-color: #D18236;
}
</style>