Shades of Bronze #D7802C
Tints of Bronze #D7802C
RGB
CMYK
RGB Variations
Color information
#D7802C (or 0xD7802C) is known color: Bronze. HEX triplet: D7, 80 and 2C. RGB value is (215,128,44). Sum of RGB (Red+Green+Blue) = 215+128+44=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7802C is #287FD3. Grayscale: #909090. Windows color (decimal): -2654164 or 2916567. OLE color: 2916567.
HSL color Cylindrical-coordinate representation of color #D7802C: hue angle of 29.47º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7802C is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 44 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.16 |
| HSL | 29.47º | 0.68% | 0.51% | - |
| HSV(B) | 29.47º | 0.8% | 0.84% | - |
| XYZ | 36.2 | 30.07 | 6.28 | - |
| YUV | 144.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 44 | 0 | 0.40 | 0.80 | 0.16 | 29.47 | 0.68 | 0.51 |
| Hex | D7 | 80 | 2C | 0 | 28 | 50 | 10 | 1D | 44 | 33 |
| Octal | 327 | 200 | 54 | 0 | 50 | 120 | 20 | 35 | 104 | 63 |
| Binary | 11010111 | 10000000 | 101100 | 0 | 101000 | 1010000 | 10000 | 11101 | 1000100 | 110011 |
Color Harmonies of #D7802C
Complementary color
Monochromatic Colors of #D7802C
Black with #D7802C
Text Example
Text Example
White with #D7802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7802C; }
p { color: rgb(215,128,44); }
H1.HeaderClassName
{
color: #D7802C;
}
.AnyTagClassName
{
color: #D7802C;
}
</style>
background-color css
<style>
a { background-color: #D7802C; }
a { background-color: rgb(215,128,44); }
div.DivClassName
{
background-color: #D7802C;
}
.BgClassName
{
background-color: #D7802C;
}
</style>
border-color css
<style>
span { border-color: #D7802C; }
span { border-color: rgb(215,128,44); }
td.TdClassName
{
border-color: #D7802C;
}
.TagClassName
{
border-color: #D7802C;
}
</style>