Shades of Bronze #D07F29
Tints of Bronze #D07F29
RGB
CMYK
RGB Variations
Color information
#D07F29 (or 0xD07F29) is known color: Bronze. HEX triplet: D0, 7F and 29. RGB value is (208,127,41). Sum of RGB (Red+Green+Blue) = 208+127+41=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F29 is #2F80D6. Grayscale: #8D8D8D. Windows color (decimal): -3113175 or 2719696. OLE color: 2719696.
HSL color Cylindrical-coordinate representation of color #D07F29: hue angle of 30.9º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D07F29 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 41 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.18 |
| HSL | 30.9º | 0.67% | 0.49% | - |
| HSV(B) | 30.9º | 0.8% | 0.82% | - |
| XYZ | 34 | 28.75 | 5.85 | - |
| YUV | 141.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 41 | 0 | 0.39 | 0.80 | 0.18 | 30.9 | 0.67 | 0.49 |
| Hex | D0 | 7F | 29 | 0 | 27 | 50 | 12 | 1F | 43 | 31 |
| Octal | 320 | 177 | 51 | 0 | 47 | 120 | 22 | 37 | 103 | 61 |
| Binary | 11010000 | 1111111 | 101001 | 0 | 100111 | 1010000 | 10010 | 11111 | 1000011 | 110001 |
Color Harmonies of #D07F29
Complementary color
Monochromatic Colors of #D07F29
Black with #D07F29
Text Example
Text Example
White with #D07F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F29; }
p { color: rgb(208,127,41); }
H1.HeaderClassName
{
color: #D07F29;
}
.AnyTagClassName
{
color: #D07F29;
}
</style>
background-color css
<style>
a { background-color: #D07F29; }
a { background-color: rgb(208,127,41); }
div.DivClassName
{
background-color: #D07F29;
}
.BgClassName
{
background-color: #D07F29;
}
</style>
border-color css
<style>
span { border-color: #D07F29; }
span { border-color: rgb(208,127,41); }
td.TdClassName
{
border-color: #D07F29;
}
.TagClassName
{
border-color: #D07F29;
}
</style>