Shades of Bronze #D8812D
Tints of Bronze #D8812D
RGB
CMYK
RGB Variations
Color information
#D8812D (or 0xD8812D) is known color: Bronze. HEX triplet: D8, 81 and 2D. RGB value is (216,129,45). Sum of RGB (Red+Green+Blue) = 216+129+45=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8812D is #277ED2. Grayscale: #919191. Windows color (decimal): -2588371 or 2982360. OLE color: 2982360.
HSL color Cylindrical-coordinate representation of color #D8812D: hue angle of 29.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8812D is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 45 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.15 |
| HSL | 29.47º | 0.69% | 0.51% | - |
| HSV(B) | 29.47º | 0.79% | 0.85% | - |
| XYZ | 36.64 | 30.49 | 6.44 | - |
| YUV | 145.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 45 | 0 | 0.40 | 0.79 | 0.15 | 29.47 | 0.69 | 0.51 |
| Hex | D8 | 81 | 2D | 0 | 28 | 4F | F | 1D | 45 | 33 |
| Octal | 330 | 201 | 55 | 0 | 50 | 117 | 17 | 35 | 105 | 63 |
| Binary | 11011000 | 10000001 | 101101 | 0 | 101000 | 1001111 | 1111 | 11101 | 1000101 | 110011 |
Color Harmonies of #D8812D
Complementary color
Monochromatic Colors of #D8812D
Black with #D8812D
Text Example
Text Example
White with #D8812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8812D; }
p { color: rgb(216,129,45); }
H1.HeaderClassName
{
color: #D8812D;
}
.AnyTagClassName
{
color: #D8812D;
}
</style>
background-color css
<style>
a { background-color: #D8812D; }
a { background-color: rgb(216,129,45); }
div.DivClassName
{
background-color: #D8812D;
}
.BgClassName
{
background-color: #D8812D;
}
</style>
border-color css
<style>
span { border-color: #D8812D; }
span { border-color: rgb(216,129,45); }
td.TdClassName
{
border-color: #D8812D;
}
.TagClassName
{
border-color: #D8812D;
}
</style>