Shades of Bronze #D07938
Tints of Bronze #D07938
RGB
CMYK
RGB Variations
Color information
#D07938 (or 0xD07938) is known color: Bronze. HEX triplet: D0, 79 and 38. RGB value is (208,121,56). Sum of RGB (Red+Green+Blue) = 208+121+56=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D07938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07938 is #2F86C7. Grayscale: #8B8B8B. Windows color (decimal): -3114696 or 3701200. OLE color: 3701200.
HSL color Cylindrical-coordinate representation of color #D07938: hue angle of 25.66º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D07938 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 56 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.18 |
| HSL | 25.66º | 0.62% | 0.52% | - |
| HSV(B) | 25.66º | 0.73% | 0.82% | - |
| XYZ | 33.56 | 27.37 | 7.26 | - |
| YUV | 139.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 56 | 0 | 0.42 | 0.73 | 0.18 | 25.66 | 0.62 | 0.52 |
| Hex | D0 | 79 | 38 | 0 | 2A | 49 | 12 | 1A | 3E | 34 |
| Octal | 320 | 171 | 70 | 0 | 52 | 111 | 22 | 32 | 76 | 64 |
| Binary | 11010000 | 1111001 | 111000 | 0 | 101010 | 1001001 | 10010 | 11010 | 111110 | 110100 |
Color Harmonies of #D07938
Complementary color
Monochromatic Colors of #D07938
Black with #D07938
Text Example
Text Example
White with #D07938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07938; }
p { color: rgb(208,121,56); }
H1.HeaderClassName
{
color: #D07938;
}
.AnyTagClassName
{
color: #D07938;
}
</style>
background-color css
<style>
a { background-color: #D07938; }
a { background-color: rgb(208,121,56); }
div.DivClassName
{
background-color: #D07938;
}
.BgClassName
{
background-color: #D07938;
}
</style>
border-color css
<style>
span { border-color: #D07938; }
span { border-color: rgb(208,121,56); }
td.TdClassName
{
border-color: #D07938;
}
.TagClassName
{
border-color: #D07938;
}
</style>