Shades of Bronze #D77C33
Tints of Bronze #D77C33
RGB
CMYK
RGB Variations
Color information
#D77C33 (or 0xD77C33) is known color: Bronze. HEX triplet: D7, 7C and 33. RGB value is (215,124,51). Sum of RGB (Red+Green+Blue) = 215+124+51=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C33 is #2883CC. Grayscale: #8F8F8F. Windows color (decimal): -2655181 or 3374295. OLE color: 3374295.
HSL color Cylindrical-coordinate representation of color #D77C33: hue angle of 26.71º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D77C33 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 51 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.16 |
| HSL | 26.71º | 0.67% | 0.52% | - |
| HSV(B) | 26.71º | 0.76% | 0.84% | - |
| XYZ | 35.83 | 29.1 | 6.86 | - |
| YUV | 142.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 51 | 0 | 0.42 | 0.76 | 0.16 | 26.71 | 0.67 | 0.52 |
| Hex | D7 | 7C | 33 | 0 | 2A | 4C | 10 | 1B | 43 | 34 |
| Octal | 327 | 174 | 63 | 0 | 52 | 114 | 20 | 33 | 103 | 64 |
| Binary | 11010111 | 1111100 | 110011 | 0 | 101010 | 1001100 | 10000 | 11011 | 1000011 | 110100 |
Color Harmonies of #D77C33
Complementary color
Monochromatic Colors of #D77C33
Black with #D77C33
Text Example
Text Example
White with #D77C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C33; }
p { color: rgb(215,124,51); }
H1.HeaderClassName
{
color: #D77C33;
}
.AnyTagClassName
{
color: #D77C33;
}
</style>
background-color css
<style>
a { background-color: #D77C33; }
a { background-color: rgb(215,124,51); }
div.DivClassName
{
background-color: #D77C33;
}
.BgClassName
{
background-color: #D77C33;
}
</style>
border-color css
<style>
span { border-color: #D77C33; }
span { border-color: rgb(215,124,51); }
td.TdClassName
{
border-color: #D77C33;
}
.TagClassName
{
border-color: #D77C33;
}
</style>