Shades of Bronze #D97F2D
Tints of Bronze #D97F2D
RGB
CMYK
RGB Variations
Color information
#D97F2D (or 0xD97F2D) is known color: Bronze. HEX triplet: D9, 7F and 2D. RGB value is (217,127,45). Sum of RGB (Red+Green+Blue) = 217+127+45=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97F2D is #2680D2. Grayscale: #909090. Windows color (decimal): -2523347 or 2981849. OLE color: 2981849.
HSL color Cylindrical-coordinate representation of color #D97F2D: hue angle of 28.6º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D97F2D is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 45 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.15 |
| HSL | 28.6º | 0.69% | 0.51% | - |
| HSV(B) | 28.6º | 0.79% | 0.85% | - |
| XYZ | 36.68 | 30.12 | 6.36 | - |
| YUV | 144.56 | 71.82 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 45 | 0 | 0.41 | 0.79 | 0.15 | 28.6 | 0.69 | 0.51 |
| Hex | D9 | 7F | 2D | 0 | 29 | 4F | F | 1D | 45 | 33 |
| Octal | 331 | 177 | 55 | 0 | 51 | 117 | 17 | 35 | 105 | 63 |
| Binary | 11011001 | 1111111 | 101101 | 0 | 101001 | 1001111 | 1111 | 11101 | 1000101 | 110011 |
Color Harmonies of #D97F2D
Complementary color
Monochromatic Colors of #D97F2D
Black with #D97F2D
Text Example
Text Example
White with #D97F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F2D; }
p { color: rgb(217,127,45); }
H1.HeaderClassName
{
color: #D97F2D;
}
.AnyTagClassName
{
color: #D97F2D;
}
</style>
background-color css
<style>
a { background-color: #D97F2D; }
a { background-color: rgb(217,127,45); }
div.DivClassName
{
background-color: #D97F2D;
}
.BgClassName
{
background-color: #D97F2D;
}
</style>
border-color css
<style>
span { border-color: #D97F2D; }
span { border-color: rgb(217,127,45); }
td.TdClassName
{
border-color: #D97F2D;
}
.TagClassName
{
border-color: #D97F2D;
}
</style>