Shades of Bronze #D07934
Tints of Bronze #D07934
RGB
CMYK
RGB Variations
Color information
#D07934 (or 0xD07934) is known color: Bronze. HEX triplet: D0, 79 and 34. RGB value is (208,121,52). Sum of RGB (Red+Green+Blue) = 208+121+52=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D07934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07934 is #2F86CB. Grayscale: #8B8B8B. Windows color (decimal): -3114700 or 3439056. OLE color: 3439056.
HSL color Cylindrical-coordinate representation of color #D07934: hue angle of 26.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D07934 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 52 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.18 |
| HSL | 26.54º | 0.62% | 0.51% | - |
| HSV(B) | 26.54º | 0.75% | 0.82% | - |
| XYZ | 33.47 | 27.33 | 6.76 | - |
| YUV | 139.15 | 78.82 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 52 | 0 | 0.42 | 0.75 | 0.18 | 26.54 | 0.62 | 0.51 |
| Hex | D0 | 79 | 34 | 0 | 2A | 4B | 12 | 1B | 3E | 33 |
| Octal | 320 | 171 | 64 | 0 | 52 | 113 | 22 | 33 | 76 | 63 |
| Binary | 11010000 | 1111001 | 110100 | 0 | 101010 | 1001011 | 10010 | 11011 | 111110 | 110011 |
Color Harmonies of #D07934
Complementary color
Monochromatic Colors of #D07934
Black with #D07934
Text Example
Text Example
White with #D07934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07934; }
p { color: rgb(208,121,52); }
H1.HeaderClassName
{
color: #D07934;
}
.AnyTagClassName
{
color: #D07934;
}
</style>
background-color css
<style>
a { background-color: #D07934; }
a { background-color: rgb(208,121,52); }
div.DivClassName
{
background-color: #D07934;
}
.BgClassName
{
background-color: #D07934;
}
</style>
border-color css
<style>
span { border-color: #D07934; }
span { border-color: rgb(208,121,52); }
td.TdClassName
{
border-color: #D07934;
}
.TagClassName
{
border-color: #D07934;
}
</style>