Shades of Bronze #D6812F
Tints of Bronze #D6812F
RGB
CMYK
RGB Variations
Color information
#D6812F (or 0xD6812F) is known color: Bronze. HEX triplet: D6, 81 and 2F. RGB value is (214,129,47). Sum of RGB (Red+Green+Blue) = 214+129+47=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6812F is #297ED0. Grayscale: #919191. Windows color (decimal): -2719441 or 3113430. OLE color: 3113430.
HSL color Cylindrical-coordinate representation of color #D6812F: hue angle of 29.46º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6812F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 47 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.16 |
| HSL | 29.46º | 0.67% | 0.51% | - |
| HSV(B) | 29.46º | 0.78% | 0.84% | - |
| XYZ | 36.09 | 30.2 | 6.62 | - |
| YUV | 145.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 47 | 0 | 0.40 | 0.78 | 0.16 | 29.46 | 0.67 | 0.51 |
| Hex | D6 | 81 | 2F | 0 | 28 | 4E | 10 | 1D | 43 | 33 |
| Octal | 326 | 201 | 57 | 0 | 50 | 116 | 20 | 35 | 103 | 63 |
| Binary | 11010110 | 10000001 | 101111 | 0 | 101000 | 1001110 | 10000 | 11101 | 1000011 | 110011 |
Color Harmonies of #D6812F
Complementary color
Monochromatic Colors of #D6812F
Black with #D6812F
Text Example
Text Example
White with #D6812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6812F; }
p { color: rgb(214,129,47); }
H1.HeaderClassName
{
color: #D6812F;
}
.AnyTagClassName
{
color: #D6812F;
}
</style>
background-color css
<style>
a { background-color: #D6812F; }
a { background-color: rgb(214,129,47); }
div.DivClassName
{
background-color: #D6812F;
}
.BgClassName
{
background-color: #D6812F;
}
</style>
border-color css
<style>
span { border-color: #D6812F; }
span { border-color: rgb(214,129,47); }
td.TdClassName
{
border-color: #D6812F;
}
.TagClassName
{
border-color: #D6812F;
}
</style>