Shades of Bronze #D48130
Tints of Bronze #D48130
RGB
CMYK
RGB Variations
Color information
#D48130 (or 0xD48130) is known color: Bronze. HEX triplet: D4, 81 and 30. RGB value is (212,129,48). Sum of RGB (Red+Green+Blue) = 212+129+48=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D48130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48130 is #2B7ECF. Grayscale: #909090. Windows color (decimal): -2850512 or 3178964. OLE color: 3178964.
HSL color Cylindrical-coordinate representation of color #D48130: hue angle of 29.63º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D48130 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 48 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.17 |
| HSL | 29.63º | 0.66% | 0.51% | - |
| HSV(B) | 29.63º | 0.77% | 0.83% | - |
| XYZ | 35.54 | 29.91 | 6.7 | - |
| YUV | 144.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 48 | 0 | 0.39 | 0.77 | 0.17 | 29.63 | 0.66 | 0.51 |
| Hex | D4 | 81 | 30 | 0 | 27 | 4D | 11 | 1E | 42 | 33 |
| Octal | 324 | 201 | 60 | 0 | 47 | 115 | 21 | 36 | 102 | 63 |
| Binary | 11010100 | 10000001 | 110000 | 0 | 100111 | 1001101 | 10001 | 11110 | 1000010 | 110011 |
Color Harmonies of #D48130
Complementary color
Monochromatic Colors of #D48130
Black with #D48130
Text Example
Text Example
White with #D48130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48130; }
p { color: rgb(212,129,48); }
H1.HeaderClassName
{
color: #D48130;
}
.AnyTagClassName
{
color: #D48130;
}
</style>
background-color css
<style>
a { background-color: #D48130; }
a { background-color: rgb(212,129,48); }
div.DivClassName
{
background-color: #D48130;
}
.BgClassName
{
background-color: #D48130;
}
</style>
border-color css
<style>
span { border-color: #D48130; }
span { border-color: rgb(212,129,48); }
td.TdClassName
{
border-color: #D48130;
}
.TagClassName
{
border-color: #D48130;
}
</style>