Shades of Bronze #DA802D
Tints of Bronze #DA802D
RGB
CMYK
RGB Variations
Color information
#DA802D (or 0xDA802D) is known color: Bronze. HEX triplet: DA, 80 and 2D. RGB value is (218,128,45). Sum of RGB (Red+Green+Blue) = 218+128+45=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA802D is #257FD2. Grayscale: #919191. Windows color (decimal): -2457555 or 2982106. OLE color: 2982106.
HSL color Cylindrical-coordinate representation of color #DA802D: hue angle of 28.79º 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 #DA802D is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 45 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.15 |
| HSL | 28.79º | 0.7% | 0.52% | - |
| HSV(B) | 28.79º | 0.79% | 0.85% | - |
| XYZ | 37.11 | 30.53 | 6.42 | - |
| YUV | 145.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 45 | 0 | 0.41 | 0.79 | 0.15 | 28.79 | 0.7 | 0.52 |
| Hex | DA | 80 | 2D | 0 | 29 | 4F | F | 1D | 46 | 34 |
| Octal | 332 | 200 | 55 | 0 | 51 | 117 | 17 | 35 | 106 | 64 |
| Binary | 11011010 | 10000000 | 101101 | 0 | 101001 | 1001111 | 1111 | 11101 | 1000110 | 110100 |
Color Harmonies of #DA802D
Complementary color
Monochromatic Colors of #DA802D
Black with #DA802D
Text Example
Text Example
White with #DA802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA802D; }
p { color: rgb(218,128,45); }
H1.HeaderClassName
{
color: #DA802D;
}
.AnyTagClassName
{
color: #DA802D;
}
</style>
background-color css
<style>
a { background-color: #DA802D; }
a { background-color: rgb(218,128,45); }
div.DivClassName
{
background-color: #DA802D;
}
.BgClassName
{
background-color: #DA802D;
}
</style>
border-color css
<style>
span { border-color: #DA802D; }
span { border-color: rgb(218,128,45); }
td.TdClassName
{
border-color: #DA802D;
}
.TagClassName
{
border-color: #DA802D;
}
</style>