Shades of Bronze #DA812D
Tints of Bronze #DA812D
RGB
CMYK
RGB Variations
Color information
#DA812D (or 0xDA812D) is known color: Bronze. HEX triplet: DA, 81 and 2D. RGB value is (218,129,45). Sum of RGB (Red+Green+Blue) = 218+129+45=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA812D is #257ED2. Grayscale: #929292. Windows color (decimal): -2457299 or 2982362. OLE color: 2982362.
HSL color Cylindrical-coordinate representation of color #DA812D: hue angle of 29.13º 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 #DA812D is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 45 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.15 |
| HSL | 29.13º | 0.7% | 0.52% | - |
| HSV(B) | 29.13º | 0.79% | 0.85% | - |
| XYZ | 37.24 | 30.8 | 6.46 | - |
| YUV | 146.04 | 70.99 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 45 | 0 | 0.41 | 0.79 | 0.15 | 29.13 | 0.7 | 0.52 |
| Hex | DA | 81 | 2D | 0 | 29 | 4F | F | 1D | 46 | 34 |
| Octal | 332 | 201 | 55 | 0 | 51 | 117 | 17 | 35 | 106 | 64 |
| Binary | 11011010 | 10000001 | 101101 | 0 | 101001 | 1001111 | 1111 | 11101 | 1000110 | 110100 |
Color Harmonies of #DA812D
Complementary color
Monochromatic Colors of #DA812D
Black with #DA812D
Text Example
Text Example
White with #DA812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA812D; }
p { color: rgb(218,129,45); }
H1.HeaderClassName
{
color: #DA812D;
}
.AnyTagClassName
{
color: #DA812D;
}
</style>
background-color css
<style>
a { background-color: #DA812D; }
a { background-color: rgb(218,129,45); }
div.DivClassName
{
background-color: #DA812D;
}
.BgClassName
{
background-color: #DA812D;
}
</style>
border-color css
<style>
span { border-color: #DA812D; }
span { border-color: rgb(218,129,45); }
td.TdClassName
{
border-color: #DA812D;
}
.TagClassName
{
border-color: #DA812D;
}
</style>