Shades of Bronze #D68029
Tints of Bronze #D68029
RGB
CMYK
RGB Variations
Color information
#D68029 (or 0xD68029) is known color: Bronze. HEX triplet: D6, 80 and 29. RGB value is (214,128,41). Sum of RGB (Red+Green+Blue) = 214+128+41=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68029 is #297FD6. Grayscale: #909090. Windows color (decimal): -2719703 or 2719958. OLE color: 2719958.
HSL color Cylindrical-coordinate representation of color #D68029: hue angle of 30.17º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D68029 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 41 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.16 |
| HSL | 30.17º | 0.68% | 0.5% | - |
| HSV(B) | 30.17º | 0.81% | 0.84% | - |
| XYZ | 35.85 | 29.89 | 5.98 | - |
| YUV | 143.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 41 | 0 | 0.40 | 0.81 | 0.16 | 30.17 | 0.68 | 0.5 |
| Hex | D6 | 80 | 29 | 0 | 28 | 51 | 10 | 1E | 44 | 32 |
| Octal | 326 | 200 | 51 | 0 | 50 | 121 | 20 | 36 | 104 | 62 |
| Binary | 11010110 | 10000000 | 101001 | 0 | 101000 | 1010001 | 10000 | 11110 | 1000100 | 110010 |
Color Harmonies of #D68029
Complementary color
Monochromatic Colors of #D68029
Black with #D68029
Text Example
Text Example
White with #D68029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68029; }
p { color: rgb(214,128,41); }
H1.HeaderClassName
{
color: #D68029;
}
.AnyTagClassName
{
color: #D68029;
}
</style>
background-color css
<style>
a { background-color: #D68029; }
a { background-color: rgb(214,128,41); }
div.DivClassName
{
background-color: #D68029;
}
.BgClassName
{
background-color: #D68029;
}
</style>
border-color css
<style>
span { border-color: #D68029; }
span { border-color: rgb(214,128,41); }
td.TdClassName
{
border-color: #D68029;
}
.TagClassName
{
border-color: #D68029;
}
</style>