Shades of Bronze #D07935
Tints of Bronze #D07935
RGB
CMYK
RGB Variations
Color information
#D07935 (or 0xD07935) is known color: Bronze. HEX triplet: D0, 79 and 35. RGB value is (208,121,53). Sum of RGB (Red+Green+Blue) = 208+121+53=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D07935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07935 is #2F86CA. Grayscale: #8B8B8B. Windows color (decimal): -3114699 or 3504592. OLE color: 3504592.
HSL color Cylindrical-coordinate representation of color #D07935: hue angle of 26.32º 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 #D07935 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 53 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.18 |
| HSL | 26.32º | 0.62% | 0.51% | - |
| HSV(B) | 26.32º | 0.75% | 0.82% | - |
| XYZ | 33.49 | 27.34 | 6.88 | - |
| YUV | 139.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 53 | 0 | 0.42 | 0.75 | 0.18 | 26.32 | 0.62 | 0.51 |
| Hex | D0 | 79 | 35 | 0 | 2A | 4B | 12 | 1A | 3E | 33 |
| Octal | 320 | 171 | 65 | 0 | 52 | 113 | 22 | 32 | 76 | 63 |
| Binary | 11010000 | 1111001 | 110101 | 0 | 101010 | 1001011 | 10010 | 11010 | 111110 | 110011 |
Color Harmonies of #D07935
Complementary color
Monochromatic Colors of #D07935
Black with #D07935
Text Example
Text Example
White with #D07935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07935; }
p { color: rgb(208,121,53); }
H1.HeaderClassName
{
color: #D07935;
}
.AnyTagClassName
{
color: #D07935;
}
</style>
background-color css
<style>
a { background-color: #D07935; }
a { background-color: rgb(208,121,53); }
div.DivClassName
{
background-color: #D07935;
}
.BgClassName
{
background-color: #D07935;
}
</style>
border-color css
<style>
span { border-color: #D07935; }
span { border-color: rgb(208,121,53); }
td.TdClassName
{
border-color: #D07935;
}
.TagClassName
{
border-color: #D07935;
}
</style>