Shades of Bronze #D77F33
Tints of Bronze #D77F33
RGB
CMYK
RGB Variations
Color information
#D77F33 (or 0xD77F33) is known color: Bronze. HEX triplet: D7, 7F and 33. RGB value is (215,127,51). Sum of RGB (Red+Green+Blue) = 215+127+51=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F33 is #2880CC. Grayscale: #919191. Windows color (decimal): -2654413 or 3375063. OLE color: 3375063.
HSL color Cylindrical-coordinate representation of color #D77F33: hue angle of 27.8º 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 #D77F33 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 51 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.16 |
| HSL | 27.8º | 0.67% | 0.52% | - |
| HSV(B) | 27.8º | 0.76% | 0.84% | - |
| XYZ | 36.21 | 29.86 | 6.99 | - |
| YUV | 144.65 | 75.15 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 51 | 0 | 0.41 | 0.76 | 0.16 | 27.8 | 0.67 | 0.52 |
| Hex | D7 | 7F | 33 | 0 | 29 | 4C | 10 | 1C | 43 | 34 |
| Octal | 327 | 177 | 63 | 0 | 51 | 114 | 20 | 34 | 103 | 64 |
| Binary | 11010111 | 1111111 | 110011 | 0 | 101001 | 1001100 | 10000 | 11100 | 1000011 | 110100 |
Color Harmonies of #D77F33
Complementary color
Monochromatic Colors of #D77F33
Black with #D77F33
Text Example
Text Example
White with #D77F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F33; }
p { color: rgb(215,127,51); }
H1.HeaderClassName
{
color: #D77F33;
}
.AnyTagClassName
{
color: #D77F33;
}
</style>
background-color css
<style>
a { background-color: #D77F33; }
a { background-color: rgb(215,127,51); }
div.DivClassName
{
background-color: #D77F33;
}
.BgClassName
{
background-color: #D77F33;
}
</style>
border-color css
<style>
span { border-color: #D77F33; }
span { border-color: rgb(215,127,51); }
td.TdClassName
{
border-color: #D77F33;
}
.TagClassName
{
border-color: #D77F33;
}
</style>