Shades of Bronze #DA8231
Tints of Bronze #DA8231
RGB
CMYK
RGB Variations
Color information
#DA8231 (or 0xDA8231) is known color: Bronze. HEX triplet: DA, 82 and 31. RGB value is (218,130,49). Sum of RGB (Red+Green+Blue) = 218+130+49=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8231 is #257DCE. Grayscale: #939393. Windows color (decimal): -2457039 or 3244762. OLE color: 3244762.
HSL color Cylindrical-coordinate representation of color #DA8231: hue angle of 28.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA8231 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 49 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.15 |
| HSL | 28.76º | 0.7% | 0.52% | - |
| HSV(B) | 28.76º | 0.78% | 0.85% | - |
| XYZ | 37.45 | 31.09 | 6.93 | - |
| YUV | 147.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 49 | 0 | 0.40 | 0.78 | 0.15 | 28.76 | 0.7 | 0.52 |
| Hex | DA | 82 | 31 | 0 | 28 | 4E | F | 1D | 46 | 34 |
| Octal | 332 | 202 | 61 | 0 | 50 | 116 | 17 | 35 | 106 | 64 |
| Binary | 11011010 | 10000010 | 110001 | 0 | 101000 | 1001110 | 1111 | 11101 | 1000110 | 110100 |
Color Harmonies of #DA8231
Complementary color
Monochromatic Colors of #DA8231
Black with #DA8231
Text Example
Text Example
White with #DA8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8231; }
p { color: rgb(218,130,49); }
H1.HeaderClassName
{
color: #DA8231;
}
.AnyTagClassName
{
color: #DA8231;
}
</style>
background-color css
<style>
a { background-color: #DA8231; }
a { background-color: rgb(218,130,49); }
div.DivClassName
{
background-color: #DA8231;
}
.BgClassName
{
background-color: #DA8231;
}
</style>
border-color css
<style>
span { border-color: #DA8231; }
span { border-color: rgb(218,130,49); }
td.TdClassName
{
border-color: #DA8231;
}
.TagClassName
{
border-color: #DA8231;
}
</style>