Shades of Bronze #D77D33
Tints of Bronze #D77D33
RGB
CMYK
RGB Variations
Color information
#D77D33 (or 0xD77D33) is known color: Bronze. HEX triplet: D7, 7D and 33. RGB value is (215,125,51). Sum of RGB (Red+Green+Blue) = 215+125+51=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D33 is #2882CC. Grayscale: #8F8F8F. Windows color (decimal): -2654925 or 3374551. OLE color: 3374551.
HSL color Cylindrical-coordinate representation of color #D77D33: hue angle of 27.07º 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 #D77D33 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 51 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.16 |
| HSL | 27.07º | 0.67% | 0.52% | - |
| HSV(B) | 27.07º | 0.76% | 0.84% | - |
| XYZ | 35.96 | 29.35 | 6.9 | - |
| YUV | 143.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 51 | 0 | 0.42 | 0.76 | 0.16 | 27.07 | 0.67 | 0.52 |
| Hex | D7 | 7D | 33 | 0 | 2A | 4C | 10 | 1B | 43 | 34 |
| Octal | 327 | 175 | 63 | 0 | 52 | 114 | 20 | 33 | 103 | 64 |
| Binary | 11010111 | 1111101 | 110011 | 0 | 101010 | 1001100 | 10000 | 11011 | 1000011 | 110100 |
Color Harmonies of #D77D33
Complementary color
Monochromatic Colors of #D77D33
Black with #D77D33
Text Example
Text Example
White with #D77D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D33; }
p { color: rgb(215,125,51); }
H1.HeaderClassName
{
color: #D77D33;
}
.AnyTagClassName
{
color: #D77D33;
}
</style>
background-color css
<style>
a { background-color: #D77D33; }
a { background-color: rgb(215,125,51); }
div.DivClassName
{
background-color: #D77D33;
}
.BgClassName
{
background-color: #D77D33;
}
</style>
border-color css
<style>
span { border-color: #D77D33; }
span { border-color: rgb(215,125,51); }
td.TdClassName
{
border-color: #D77D33;
}
.TagClassName
{
border-color: #D77D33;
}
</style>