Shades of Bronze #DA822F
Tints of Bronze #DA822F
RGB
CMYK
RGB Variations
Color information
#DA822F (or 0xDA822F) is known color: Bronze. HEX triplet: DA, 82 and 2F. RGB value is (218,130,47). Sum of RGB (Red+Green+Blue) = 218+130+47=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA822F is #257DD0. Grayscale: #939393. Windows color (decimal): -2457041 or 3113690. OLE color: 3113690.
HSL color Cylindrical-coordinate representation of color #DA822F: hue angle of 29.12º 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 #DA822F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 47 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.15 |
| HSL | 29.12º | 0.7% | 0.52% | - |
| HSV(B) | 29.12º | 0.78% | 0.85% | - |
| XYZ | 37.41 | 31.08 | 6.72 | - |
| YUV | 146.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 47 | 0 | 0.40 | 0.78 | 0.15 | 29.12 | 0.7 | 0.52 |
| Hex | DA | 82 | 2F | 0 | 28 | 4E | F | 1D | 46 | 34 |
| Octal | 332 | 202 | 57 | 0 | 50 | 116 | 17 | 35 | 106 | 64 |
| Binary | 11011010 | 10000010 | 101111 | 0 | 101000 | 1001110 | 1111 | 11101 | 1000110 | 110100 |
Color Harmonies of #DA822F
Complementary color
Monochromatic Colors of #DA822F
Black with #DA822F
Text Example
Text Example
White with #DA822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA822F; }
p { color: rgb(218,130,47); }
H1.HeaderClassName
{
color: #DA822F;
}
.AnyTagClassName
{
color: #DA822F;
}
</style>
background-color css
<style>
a { background-color: #DA822F; }
a { background-color: rgb(218,130,47); }
div.DivClassName
{
background-color: #DA822F;
}
.BgClassName
{
background-color: #DA822F;
}
</style>
border-color css
<style>
span { border-color: #DA822F; }
span { border-color: rgb(218,130,47); }
td.TdClassName
{
border-color: #DA822F;
}
.TagClassName
{
border-color: #DA822F;
}
</style>