Shades of Bronze #D67D31
Tints of Bronze #D67D31
RGB
CMYK
RGB Variations
Color information
#D67D31 (or 0xD67D31) is known color: Bronze. HEX triplet: D6, 7D and 31. RGB value is (214,125,49). Sum of RGB (Red+Green+Blue) = 214+125+49=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D31 is #2982CE. Grayscale: #8F8F8F. Windows color (decimal): -2720463 or 3243478. OLE color: 3243478.
HSL color Cylindrical-coordinate representation of color #D67D31: hue angle of 27.64º 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 #D67D31 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 49 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.16 |
| HSL | 27.64º | 0.67% | 0.52% | - |
| HSV(B) | 27.64º | 0.77% | 0.84% | - |
| XYZ | 35.62 | 29.19 | 6.66 | - |
| YUV | 142.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 49 | 0 | 0.42 | 0.77 | 0.16 | 27.64 | 0.67 | 0.52 |
| Hex | D6 | 7D | 31 | 0 | 2A | 4D | 10 | 1C | 43 | 34 |
| Octal | 326 | 175 | 61 | 0 | 52 | 115 | 20 | 34 | 103 | 64 |
| Binary | 11010110 | 1111101 | 110001 | 0 | 101010 | 1001101 | 10000 | 11100 | 1000011 | 110100 |
Color Harmonies of #D67D31
Complementary color
Monochromatic Colors of #D67D31
Black with #D67D31
Text Example
Text Example
White with #D67D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D31; }
p { color: rgb(214,125,49); }
H1.HeaderClassName
{
color: #D67D31;
}
.AnyTagClassName
{
color: #D67D31;
}
</style>
background-color css
<style>
a { background-color: #D67D31; }
a { background-color: rgb(214,125,49); }
div.DivClassName
{
background-color: #D67D31;
}
.BgClassName
{
background-color: #D67D31;
}
</style>
border-color css
<style>
span { border-color: #D67D31; }
span { border-color: rgb(214,125,49); }
td.TdClassName
{
border-color: #D67D31;
}
.TagClassName
{
border-color: #D67D31;
}
</style>