Shades of Bronze #D67C2B
Tints of Bronze #D67C2B
RGB
CMYK
RGB Variations
Color information
#D67C2B (or 0xD67C2B) is known color: Bronze. HEX triplet: D6, 7C and 2B. RGB value is (214,124,43). Sum of RGB (Red+Green+Blue) = 214+124+43=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67C2B is #2983D4. Grayscale: #8E8E8E. Windows color (decimal): -2720725 or 2850006. OLE color: 2850006.
HSL color Cylindrical-coordinate representation of color #D67C2B: hue angle of 28.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D67C2B is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 43 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.16 |
| HSL | 28.42º | 0.68% | 0.5% | - |
| HSV(B) | 28.42º | 0.8% | 0.84% | - |
| XYZ | 35.38 | 28.89 | 6 | - |
| YUV | 141.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 43 | 0 | 0.42 | 0.80 | 0.16 | 28.42 | 0.68 | 0.5 |
| Hex | D6 | 7C | 2B | 0 | 2A | 50 | 10 | 1C | 44 | 32 |
| Octal | 326 | 174 | 53 | 0 | 52 | 120 | 20 | 34 | 104 | 62 |
| Binary | 11010110 | 1111100 | 101011 | 0 | 101010 | 1010000 | 10000 | 11100 | 1000100 | 110010 |
Color Harmonies of #D67C2B
Complementary color
Monochromatic Colors of #D67C2B
Black with #D67C2B
Text Example
Text Example
White with #D67C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C2B; }
p { color: rgb(214,124,43); }
H1.HeaderClassName
{
color: #D67C2B;
}
.AnyTagClassName
{
color: #D67C2B;
}
</style>
background-color css
<style>
a { background-color: #D67C2B; }
a { background-color: rgb(214,124,43); }
div.DivClassName
{
background-color: #D67C2B;
}
.BgClassName
{
background-color: #D67C2B;
}
</style>
border-color css
<style>
span { border-color: #D67C2B; }
span { border-color: rgb(214,124,43); }
td.TdClassName
{
border-color: #D67C2B;
}
.TagClassName
{
border-color: #D67C2B;
}
</style>