Shades of Bronze #D77D31
Tints of Bronze #D77D31
RGB
CMYK
RGB Variations
Color information
#D77D31 (or 0xD77D31) is known color: Bronze. HEX triplet: D7, 7D and 31. RGB value is (215,125,49). Sum of RGB (Red+Green+Blue) = 215+125+49=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D31 is #2882CE. Grayscale: #8F8F8F. Windows color (decimal): -2654927 or 3243479. OLE color: 3243479.
HSL color Cylindrical-coordinate representation of color #D77D31: hue angle of 27.47º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D77D31 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 49 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.16 |
| HSL | 27.47º | 0.67% | 0.52% | - |
| HSV(B) | 27.47º | 0.77% | 0.84% | - |
| XYZ | 35.91 | 29.34 | 6.68 | - |
| YUV | 143.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 49 | 0 | 0.42 | 0.77 | 0.16 | 27.47 | 0.67 | 0.52 |
| Hex | D7 | 7D | 31 | 0 | 2A | 4D | 10 | 1B | 43 | 34 |
| Octal | 327 | 175 | 61 | 0 | 52 | 115 | 20 | 33 | 103 | 64 |
| Binary | 11010111 | 1111101 | 110001 | 0 | 101010 | 1001101 | 10000 | 11011 | 1000011 | 110100 |
Color Harmonies of #D77D31
Complementary color
Monochromatic Colors of #D77D31
Black with #D77D31
Text Example
Text Example
White with #D77D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D31; }
p { color: rgb(215,125,49); }
H1.HeaderClassName
{
color: #D77D31;
}
.AnyTagClassName
{
color: #D77D31;
}
</style>
background-color css
<style>
a { background-color: #D77D31; }
a { background-color: rgb(215,125,49); }
div.DivClassName
{
background-color: #D77D31;
}
.BgClassName
{
background-color: #D77D31;
}
</style>
border-color css
<style>
span { border-color: #D77D31; }
span { border-color: rgb(215,125,49); }
td.TdClassName
{
border-color: #D77D31;
}
.TagClassName
{
border-color: #D77D31;
}
</style>