Shades of Bronze #D67A34
Tints of Bronze #D67A34
RGB
CMYK
RGB Variations
Color information
#D67A34 (or 0xD67A34) is known color: Bronze. HEX triplet: D6, 7A and 34. RGB value is (214,122,52). Sum of RGB (Red+Green+Blue) = 214+122+52=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A34 is #2985CB. Grayscale: #8D8D8D. Windows color (decimal): -2721228 or 3439318. OLE color: 3439318.
HSL color Cylindrical-coordinate representation of color #D67A34: hue angle of 25.93º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D67A34 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 52 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.16 |
| HSL | 25.93º | 0.66% | 0.52% | - |
| HSV(B) | 25.93º | 0.76% | 0.84% | - |
| XYZ | 35.31 | 28.46 | 6.88 | - |
| YUV | 141.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 52 | 0 | 0.43 | 0.76 | 0.16 | 25.93 | 0.66 | 0.52 |
| Hex | D6 | 7A | 34 | 0 | 2B | 4C | 10 | 1A | 42 | 34 |
| Octal | 326 | 172 | 64 | 0 | 53 | 114 | 20 | 32 | 102 | 64 |
| Binary | 11010110 | 1111010 | 110100 | 0 | 101011 | 1001100 | 10000 | 11010 | 1000010 | 110100 |
Color Harmonies of #D67A34
Complementary color
Monochromatic Colors of #D67A34
Black with #D67A34
Text Example
Text Example
White with #D67A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A34; }
p { color: rgb(214,122,52); }
H1.HeaderClassName
{
color: #D67A34;
}
.AnyTagClassName
{
color: #D67A34;
}
</style>
background-color css
<style>
a { background-color: #D67A34; }
a { background-color: rgb(214,122,52); }
div.DivClassName
{
background-color: #D67A34;
}
.BgClassName
{
background-color: #D67A34;
}
</style>
border-color css
<style>
span { border-color: #D67A34; }
span { border-color: rgb(214,122,52); }
td.TdClassName
{
border-color: #D67A34;
}
.TagClassName
{
border-color: #D67A34;
}
</style>