Shades of Bronze #D67C31
Tints of Bronze #D67C31
RGB
CMYK
RGB Variations
Color information
#D67C31 (or 0xD67C31) is known color: Bronze. HEX triplet: D6, 7C and 31. RGB value is (214,124,49). Sum of RGB (Red+Green+Blue) = 214+124+49=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67C31 is #2983CE. Grayscale: #8E8E8E. Windows color (decimal): -2720719 or 3243222. OLE color: 3243222.
HSL color Cylindrical-coordinate representation of color #D67C31: hue angle of 27.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D67C31 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 49 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.16 |
| HSL | 27.27º | 0.67% | 0.52% | - |
| HSV(B) | 27.27º | 0.77% | 0.84% | - |
| XYZ | 35.49 | 28.93 | 6.62 | - |
| YUV | 142.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 49 | 0 | 0.42 | 0.77 | 0.16 | 27.27 | 0.67 | 0.52 |
| Hex | D6 | 7C | 31 | 0 | 2A | 4D | 10 | 1B | 43 | 34 |
| Octal | 326 | 174 | 61 | 0 | 52 | 115 | 20 | 33 | 103 | 64 |
| Binary | 11010110 | 1111100 | 110001 | 0 | 101010 | 1001101 | 10000 | 11011 | 1000011 | 110100 |
Color Harmonies of #D67C31
Complementary color
Monochromatic Colors of #D67C31
Black with #D67C31
Text Example
Text Example
White with #D67C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C31; }
p { color: rgb(214,124,49); }
H1.HeaderClassName
{
color: #D67C31;
}
.AnyTagClassName
{
color: #D67C31;
}
</style>
background-color css
<style>
a { background-color: #D67C31; }
a { background-color: rgb(214,124,49); }
div.DivClassName
{
background-color: #D67C31;
}
.BgClassName
{
background-color: #D67C31;
}
</style>
border-color css
<style>
span { border-color: #D67C31; }
span { border-color: rgb(214,124,49); }
td.TdClassName
{
border-color: #D67C31;
}
.TagClassName
{
border-color: #D67C31;
}
</style>