Shades of Bronze #D27E2B
Tints of Bronze #D27E2B
RGB
CMYK
RGB Variations
Color information
#D27E2B (or 0xD27E2B) is known color: Bronze. HEX triplet: D2, 7E and 2B. RGB value is (210,126,43). Sum of RGB (Red+Green+Blue) = 210+126+43=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27E2B is #2D81D4. Grayscale: #8E8E8E. Windows color (decimal): -2982357 or 2850514. OLE color: 2850514.
HSL color Cylindrical-coordinate representation of color #D27E2B: hue angle of 29.82º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D27E2B is Cyan = 0, Magento = 0.4, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 43 | - |
| CMYK | 0 | 0.4 | 0.80 | 0.18 |
| HSL | 29.82º | 0.66% | 0.5% | - |
| HSV(B) | 29.82º | 0.8% | 0.82% | - |
| XYZ | 34.48 | 28.8 | 6.03 | - |
| YUV | 141.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 43 | 0 | 0.4 | 0.80 | 0.18 | 29.82 | 0.66 | 0.5 |
| Hex | D2 | 7E | 2B | 0 | 28 | 50 | 12 | 1E | 42 | 32 |
| Octal | 322 | 176 | 53 | 0 | 50 | 120 | 22 | 36 | 102 | 62 |
| Binary | 11010010 | 1111110 | 101011 | 0 | 101000 | 1010000 | 10010 | 11110 | 1000010 | 110010 |
Color Harmonies of #D27E2B
Complementary color
Monochromatic Colors of #D27E2B
Black with #D27E2B
Text Example
Text Example
White with #D27E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E2B; }
p { color: rgb(210,126,43); }
H1.HeaderClassName
{
color: #D27E2B;
}
.AnyTagClassName
{
color: #D27E2B;
}
</style>
background-color css
<style>
a { background-color: #D27E2B; }
a { background-color: rgb(210,126,43); }
div.DivClassName
{
background-color: #D27E2B;
}
.BgClassName
{
background-color: #D27E2B;
}
</style>
border-color css
<style>
span { border-color: #D27E2B; }
span { border-color: rgb(210,126,43); }
td.TdClassName
{
border-color: #D27E2B;
}
.TagClassName
{
border-color: #D27E2B;
}
</style>