Shades of Bronze #D18134
Tints of Bronze #D18134
RGB
CMYK
RGB Variations
Color information
#D18134 (or 0xD18134) is known color: Bronze. HEX triplet: D1, 81 and 34. RGB value is (209,129,52). Sum of RGB (Red+Green+Blue) = 209+129+52=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D18134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18134 is #2E7ECB. Grayscale: #909090. Windows color (decimal): -3047116 or 3441105. OLE color: 3441105.
HSL color Cylindrical-coordinate representation of color #D18134: 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.75%. Process color model (Four color, CMYK) of #D18134 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 52 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.18 |
| HSL | 29.43º | 0.63% | 0.51% | - |
| HSV(B) | 29.43º | 0.75% | 0.82% | - |
| XYZ | 34.76 | 29.5 | 7.11 | - |
| YUV | 144.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 52 | 0 | 0.38 | 0.75 | 0.18 | 29.43 | 0.63 | 0.51 |
| Hex | D1 | 81 | 34 | 0 | 26 | 4B | 12 | 1D | 3F | 33 |
| Octal | 321 | 201 | 64 | 0 | 46 | 113 | 22 | 35 | 77 | 63 |
| Binary | 11010001 | 10000001 | 110100 | 0 | 100110 | 1001011 | 10010 | 11101 | 111111 | 110011 |
Color Harmonies of #D18134
Complementary color
Monochromatic Colors of #D18134
Black with #D18134
Text Example
Text Example
White with #D18134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18134; }
p { color: rgb(209,129,52); }
H1.HeaderClassName
{
color: #D18134;
}
.AnyTagClassName
{
color: #D18134;
}
</style>
background-color css
<style>
a { background-color: #D18134; }
a { background-color: rgb(209,129,52); }
div.DivClassName
{
background-color: #D18134;
}
.BgClassName
{
background-color: #D18134;
}
</style>
border-color css
<style>
span { border-color: #D18134; }
span { border-color: rgb(209,129,52); }
td.TdClassName
{
border-color: #D18134;
}
.TagClassName
{
border-color: #D18134;
}
</style>