Shades of Bronze #D18233
Tints of Bronze #D18233
RGB
CMYK
RGB Variations
Color information
#D18233 (or 0xD18233) is known color: Bronze. HEX triplet: D1, 82 and 33. RGB value is (209,130,51). Sum of RGB (Red+Green+Blue) = 209+130+51=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D18233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18233 is #2E7DCC. Grayscale: #919191. Windows color (decimal): -3046861 or 3375825. OLE color: 3375825.
HSL color Cylindrical-coordinate representation of color #D18233: hue angle of 30º 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 #D18233 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 51 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.18 |
| HSL | 30º | 0.63% | 0.51% | - |
| HSV(B) | 30º | 0.76% | 0.82% | - |
| XYZ | 34.87 | 29.76 | 7.04 | - |
| YUV | 144.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 51 | 0 | 0.38 | 0.76 | 0.18 | 30 | 0.63 | 0.51 |
| Hex | D1 | 82 | 33 | 0 | 26 | 4C | 12 | 1E | 3F | 33 |
| Octal | 321 | 202 | 63 | 0 | 46 | 114 | 22 | 36 | 77 | 63 |
| Binary | 11010001 | 10000010 | 110011 | 0 | 100110 | 1001100 | 10010 | 11110 | 111111 | 110011 |
Color Harmonies of #D18233
Complementary color
Monochromatic Colors of #D18233
Black with #D18233
Text Example
Text Example
White with #D18233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18233; }
p { color: rgb(209,130,51); }
H1.HeaderClassName
{
color: #D18233;
}
.AnyTagClassName
{
color: #D18233;
}
</style>
background-color css
<style>
a { background-color: #D18233; }
a { background-color: rgb(209,130,51); }
div.DivClassName
{
background-color: #D18233;
}
.BgClassName
{
background-color: #D18233;
}
</style>
border-color css
<style>
span { border-color: #D18233; }
span { border-color: rgb(209,130,51); }
td.TdClassName
{
border-color: #D18233;
}
.TagClassName
{
border-color: #D18233;
}
</style>