Shades of Bronze #DA822E
Tints of Bronze #DA822E
RGB
CMYK
RGB Variations
Color information
#DA822E (or 0xDA822E) is known color: Bronze. HEX triplet: DA, 82 and 2E. RGB value is (218,130,46). Sum of RGB (Red+Green+Blue) = 218+130+46=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA822E is #257DD1. Grayscale: #939393. Windows color (decimal): -2457042 or 3048154. OLE color: 3048154.
HSL color Cylindrical-coordinate representation of color #DA822E: hue angle of 29.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA822E is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 46 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.15 |
| HSL | 29.3º | 0.7% | 0.52% | - |
| HSV(B) | 29.3º | 0.79% | 0.85% | - |
| XYZ | 37.39 | 31.07 | 6.61 | - |
| YUV | 146.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 46 | 0 | 0.40 | 0.79 | 0.15 | 29.3 | 0.7 | 0.52 |
| Hex | DA | 82 | 2E | 0 | 28 | 4F | F | 1D | 46 | 34 |
| Octal | 332 | 202 | 56 | 0 | 50 | 117 | 17 | 35 | 106 | 64 |
| Binary | 11011010 | 10000010 | 101110 | 0 | 101000 | 1001111 | 1111 | 11101 | 1000110 | 110100 |
Color Harmonies of #DA822E
Complementary color
Monochromatic Colors of #DA822E
Black with #DA822E
Text Example
Text Example
White with #DA822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA822E; }
p { color: rgb(218,130,46); }
H1.HeaderClassName
{
color: #DA822E;
}
.AnyTagClassName
{
color: #DA822E;
}
</style>
background-color css
<style>
a { background-color: #DA822E; }
a { background-color: rgb(218,130,46); }
div.DivClassName
{
background-color: #DA822E;
}
.BgClassName
{
background-color: #DA822E;
}
</style>
border-color css
<style>
span { border-color: #DA822E; }
span { border-color: rgb(218,130,46); }
td.TdClassName
{
border-color: #DA822E;
}
.TagClassName
{
border-color: #DA822E;
}
</style>