Shades of Bronze #D67E2C
Tints of Bronze #D67E2C
RGB
CMYK
RGB Variations
Color information
#D67E2C (or 0xD67E2C) is known color: Bronze. HEX triplet: D6, 7E and 2C. RGB value is (214,126,44). Sum of RGB (Red+Green+Blue) = 214+126+44=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67E2C is #2981D3. Grayscale: #8F8F8F. Windows color (decimal): -2720212 or 2916054. OLE color: 2916054.
HSL color Cylindrical-coordinate representation of color #D67E2C: hue angle of 28.94º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D67E2C is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 44 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.16 |
| HSL | 28.94º | 0.67% | 0.51% | - |
| HSV(B) | 28.94º | 0.79% | 0.84% | - |
| XYZ | 35.65 | 29.4 | 6.18 | - |
| YUV | 142.96 | 72.15 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 44 | 0 | 0.41 | 0.79 | 0.16 | 28.94 | 0.67 | 0.51 |
| Hex | D6 | 7E | 2C | 0 | 29 | 4F | 10 | 1D | 43 | 33 |
| Octal | 326 | 176 | 54 | 0 | 51 | 117 | 20 | 35 | 103 | 63 |
| Binary | 11010110 | 1111110 | 101100 | 0 | 101001 | 1001111 | 10000 | 11101 | 1000011 | 110011 |
Color Harmonies of #D67E2C
Complementary color
Monochromatic Colors of #D67E2C
Black with #D67E2C
Text Example
Text Example
White with #D67E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67E2C; }
p { color: rgb(214,126,44); }
H1.HeaderClassName
{
color: #D67E2C;
}
.AnyTagClassName
{
color: #D67E2C;
}
</style>
background-color css
<style>
a { background-color: #D67E2C; }
a { background-color: rgb(214,126,44); }
div.DivClassName
{
background-color: #D67E2C;
}
.BgClassName
{
background-color: #D67E2C;
}
</style>
border-color css
<style>
span { border-color: #D67E2C; }
span { border-color: rgb(214,126,44); }
td.TdClassName
{
border-color: #D67E2C;
}
.TagClassName
{
border-color: #D67E2C;
}
</style>