Shades of Bronze #D27F2E
Tints of Bronze #D27F2E
RGB
CMYK
RGB Variations
Color information
#D27F2E (or 0xD27F2E) is known color: Bronze. HEX triplet: D2, 7F and 2E. RGB value is (210,127,46). Sum of RGB (Red+Green+Blue) = 210+127+46=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27F2E is #2D80D1. Grayscale: #8E8E8E. Windows color (decimal): -2982098 or 3047378. OLE color: 3047378.
HSL color Cylindrical-coordinate representation of color #D27F2E: hue angle of 29.63º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D27F2E is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 46 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.18 |
| HSL | 29.63º | 0.65% | 0.5% | - |
| HSV(B) | 29.63º | 0.78% | 0.82% | - |
| XYZ | 34.66 | 29.08 | 6.37 | - |
| YUV | 142.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 46 | 0 | 0.40 | 0.78 | 0.18 | 29.63 | 0.65 | 0.5 |
| Hex | D2 | 7F | 2E | 0 | 28 | 4E | 12 | 1E | 41 | 32 |
| Octal | 322 | 177 | 56 | 0 | 50 | 116 | 22 | 36 | 101 | 62 |
| Binary | 11010010 | 1111111 | 101110 | 0 | 101000 | 1001110 | 10010 | 11110 | 1000001 | 110010 |
Color Harmonies of #D27F2E
Complementary color
Monochromatic Colors of #D27F2E
Black with #D27F2E
Text Example
Text Example
White with #D27F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F2E; }
p { color: rgb(210,127,46); }
H1.HeaderClassName
{
color: #D27F2E;
}
.AnyTagClassName
{
color: #D27F2E;
}
</style>
background-color css
<style>
a { background-color: #D27F2E; }
a { background-color: rgb(210,127,46); }
div.DivClassName
{
background-color: #D27F2E;
}
.BgClassName
{
background-color: #D27F2E;
}
</style>
border-color css
<style>
span { border-color: #D27F2E; }
span { border-color: rgb(210,127,46); }
td.TdClassName
{
border-color: #D27F2E;
}
.TagClassName
{
border-color: #D27F2E;
}
</style>