Shades of Bronze #D27C37
Tints of Bronze #D27C37
RGB
CMYK
RGB Variations
Color information
#D27C37 (or 0xD27C37) is known color: Bronze. HEX triplet: D2, 7C and 37. RGB value is (210,124,55). Sum of RGB (Red+Green+Blue) = 210+124+55=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C37 is #2D83C8. Grayscale: #8E8E8E. Windows color (decimal): -2982857 or 3636434. OLE color: 3636434.
HSL color Cylindrical-coordinate representation of color #D27C37: hue angle of 26.71º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D27C37 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 55 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.18 |
| HSL | 26.71º | 0.63% | 0.52% | - |
| HSV(B) | 26.71º | 0.74% | 0.82% | - |
| XYZ | 34.48 | 28.39 | 7.28 | - |
| YUV | 141.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 55 | 0 | 0.41 | 0.74 | 0.18 | 26.71 | 0.63 | 0.52 |
| Hex | D2 | 7C | 37 | 0 | 29 | 4A | 12 | 1B | 3F | 34 |
| Octal | 322 | 174 | 67 | 0 | 51 | 112 | 22 | 33 | 77 | 64 |
| Binary | 11010010 | 1111100 | 110111 | 0 | 101001 | 1001010 | 10010 | 11011 | 111111 | 110100 |
Color Harmonies of #D27C37
Complementary color
Monochromatic Colors of #D27C37
Black with #D27C37
Text Example
Text Example
White with #D27C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C37; }
p { color: rgb(210,124,55); }
H1.HeaderClassName
{
color: #D27C37;
}
.AnyTagClassName
{
color: #D27C37;
}
</style>
background-color css
<style>
a { background-color: #D27C37; }
a { background-color: rgb(210,124,55); }
div.DivClassName
{
background-color: #D27C37;
}
.BgClassName
{
background-color: #D27C37;
}
</style>
border-color css
<style>
span { border-color: #D27C37; }
span { border-color: rgb(210,124,55); }
td.TdClassName
{
border-color: #D27C37;
}
.TagClassName
{
border-color: #D27C37;
}
</style>