Shades of Bronze #D27C30
Tints of Bronze #D27C30
RGB
CMYK
RGB Variations
Color information
#D27C30 (or 0xD27C30) is known color: Bronze. HEX triplet: D2, 7C and 30. RGB value is (210,124,48). Sum of RGB (Red+Green+Blue) = 210+124+48=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C30 is #2D83CF. Grayscale: #8D8D8D. Windows color (decimal): -2982864 or 3177682. OLE color: 3177682.
HSL color Cylindrical-coordinate representation of color #D27C30: hue angle of 28.15º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D27C30 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 48 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.18 |
| HSL | 28.15º | 0.64% | 0.51% | - |
| HSV(B) | 28.15º | 0.77% | 0.82% | - |
| XYZ | 34.32 | 28.33 | 6.46 | - |
| YUV | 141.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 48 | 0 | 0.41 | 0.77 | 0.18 | 28.15 | 0.64 | 0.51 |
| Hex | D2 | 7C | 30 | 0 | 29 | 4D | 12 | 1C | 40 | 33 |
| Octal | 322 | 174 | 60 | 0 | 51 | 115 | 22 | 34 | 100 | 63 |
| Binary | 11010010 | 1111100 | 110000 | 0 | 101001 | 1001101 | 10010 | 11100 | 1000000 | 110011 |
Color Harmonies of #D27C30
Complementary color
Monochromatic Colors of #D27C30
Black with #D27C30
Text Example
Text Example
White with #D27C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C30; }
p { color: rgb(210,124,48); }
H1.HeaderClassName
{
color: #D27C30;
}
.AnyTagClassName
{
color: #D27C30;
}
</style>
background-color css
<style>
a { background-color: #D27C30; }
a { background-color: rgb(210,124,48); }
div.DivClassName
{
background-color: #D27C30;
}
.BgClassName
{
background-color: #D27C30;
}
</style>
border-color css
<style>
span { border-color: #D27C30; }
span { border-color: rgb(210,124,48); }
td.TdClassName
{
border-color: #D27C30;
}
.TagClassName
{
border-color: #D27C30;
}
</style>