Shades of Bronze #D07936
Tints of Bronze #D07936
RGB
CMYK
RGB Variations
Color information
#D07936 (or 0xD07936) is known color: Bronze. HEX triplet: D0, 79 and 36. RGB value is (208,121,54). Sum of RGB (Red+Green+Blue) = 208+121+54=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D07936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07936 is #2F86C9. Grayscale: #8B8B8B. Windows color (decimal): -3114698 or 3570128. OLE color: 3570128.
HSL color Cylindrical-coordinate representation of color #D07936: hue angle of 26.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D07936 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 54 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.18 |
| HSL | 26.1º | 0.62% | 0.51% | - |
| HSV(B) | 26.1º | 0.74% | 0.82% | - |
| XYZ | 33.52 | 27.35 | 7 | - |
| YUV | 139.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 54 | 0 | 0.42 | 0.74 | 0.18 | 26.1 | 0.62 | 0.51 |
| Hex | D0 | 79 | 36 | 0 | 2A | 4A | 12 | 1A | 3E | 33 |
| Octal | 320 | 171 | 66 | 0 | 52 | 112 | 22 | 32 | 76 | 63 |
| Binary | 11010000 | 1111001 | 110110 | 0 | 101010 | 1001010 | 10010 | 11010 | 111110 | 110011 |
Color Harmonies of #D07936
Complementary color
Monochromatic Colors of #D07936
Black with #D07936
Text Example
Text Example
White with #D07936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07936; }
p { color: rgb(208,121,54); }
H1.HeaderClassName
{
color: #D07936;
}
.AnyTagClassName
{
color: #D07936;
}
</style>
background-color css
<style>
a { background-color: #D07936; }
a { background-color: rgb(208,121,54); }
div.DivClassName
{
background-color: #D07936;
}
.BgClassName
{
background-color: #D07936;
}
</style>
border-color css
<style>
span { border-color: #D07936; }
span { border-color: rgb(208,121,54); }
td.TdClassName
{
border-color: #D07936;
}
.TagClassName
{
border-color: #D07936;
}
</style>