Shades of Bronze #D27C2A
Tints of Bronze #D27C2A
RGB
CMYK
RGB Variations
Color information
#D27C2A (or 0xD27C2A) is known color: Bronze. HEX triplet: D2, 7C and 2A. RGB value is (210,124,42). Sum of RGB (Red+Green+Blue) = 210+124+42=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C2A is #2D83D5. Grayscale: #8C8C8C. Windows color (decimal): -2982870 or 2784466. OLE color: 2784466.
HSL color Cylindrical-coordinate representation of color #D27C2A: hue angle of 29.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D27C2A is Cyan = 0, Magento = 0.41, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 42 | - |
| CMYK | 0 | 0.41 | 0.8 | 0.18 |
| HSL | 29.29º | 0.67% | 0.49% | - |
| HSV(B) | 29.29º | 0.8% | 0.82% | - |
| XYZ | 34.2 | 28.28 | 5.85 | - |
| YUV | 140.37 | 72.49 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 42 | 0 | 0.41 | 0.8 | 0.18 | 29.29 | 0.67 | 0.49 |
| Hex | D2 | 7C | 2A | 0 | 29 | 50 | 12 | 1D | 43 | 31 |
| Octal | 322 | 174 | 52 | 0 | 51 | 120 | 22 | 35 | 103 | 61 |
| Binary | 11010010 | 1111100 | 101010 | 0 | 101001 | 1010000 | 10010 | 11101 | 1000011 | 110001 |
Color Harmonies of #D27C2A
Complementary color
Monochromatic Colors of #D27C2A
Black with #D27C2A
Text Example
Text Example
White with #D27C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C2A; }
p { color: rgb(210,124,42); }
H1.HeaderClassName
{
color: #D27C2A;
}
.AnyTagClassName
{
color: #D27C2A;
}
</style>
background-color css
<style>
a { background-color: #D27C2A; }
a { background-color: rgb(210,124,42); }
div.DivClassName
{
background-color: #D27C2A;
}
.BgClassName
{
background-color: #D27C2A;
}
</style>
border-color css
<style>
span { border-color: #D27C2A; }
span { border-color: rgb(210,124,42); }
td.TdClassName
{
border-color: #D27C2A;
}
.TagClassName
{
border-color: #D27C2A;
}
</style>