Shades of Bronze #D97F32
Tints of Bronze #D97F32
RGB
CMYK
RGB Variations
Color information
#D97F32 (or 0xD97F32) is known color: Bronze. HEX triplet: D9, 7F and 32. RGB value is (217,127,50). Sum of RGB (Red+Green+Blue) = 217+127+50=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97F32 is #2680CD. Grayscale: #919191. Windows color (decimal): -2523342 or 3309529. OLE color: 3309529.
HSL color Cylindrical-coordinate representation of color #D97F32: hue angle of 27.66º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D97F32 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 50 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.15 |
| HSL | 27.66º | 0.69% | 0.52% | - |
| HSV(B) | 27.66º | 0.77% | 0.85% | - |
| XYZ | 36.78 | 30.16 | 6.9 | - |
| YUV | 145.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 50 | 0 | 0.41 | 0.77 | 0.15 | 27.66 | 0.69 | 0.52 |
| Hex | D9 | 7F | 32 | 0 | 29 | 4D | F | 1C | 45 | 34 |
| Octal | 331 | 177 | 62 | 0 | 51 | 115 | 17 | 34 | 105 | 64 |
| Binary | 11011001 | 1111111 | 110010 | 0 | 101001 | 1001101 | 1111 | 11100 | 1000101 | 110100 |
Color Harmonies of #D97F32
Complementary color
Monochromatic Colors of #D97F32
Black with #D97F32
Text Example
Text Example
White with #D97F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F32; }
p { color: rgb(217,127,50); }
H1.HeaderClassName
{
color: #D97F32;
}
.AnyTagClassName
{
color: #D97F32;
}
</style>
background-color css
<style>
a { background-color: #D97F32; }
a { background-color: rgb(217,127,50); }
div.DivClassName
{
background-color: #D97F32;
}
.BgClassName
{
background-color: #D97F32;
}
</style>
border-color css
<style>
span { border-color: #D97F32; }
span { border-color: rgb(217,127,50); }
td.TdClassName
{
border-color: #D97F32;
}
.TagClassName
{
border-color: #D97F32;
}
</style>