#D97F2C

Color #D97F2C Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #D97F2C

Tints of Bronze #D97F2C

Color information

#D97F2C (or 0xD97F2C) is unknown color: approx Bronze. HEX triplet: D9, 7F and 2C. RGB value is (217,127,44). Sum of RGB (Red+Green+Blue) = 217+127+44=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97F2C is #2680D3. Grayscale: #909090. Windows color (decimal): -2523348 or 2916313. OLE color: 2916313.

HSL color Cylindrical-coordinate representation of color #D97F2C: hue angle of 28.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D97F2C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21712744-
CMYK00.410.800.15
HSL28.79º69.48%51.18%-
HSV(B)28.79º79.72%85.1%-
XYZ36.6630.116.26-
YUV144.4571.32179.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 55.93%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 44 (17.58% from 255) = 11.34%
R=55.93%
G=32.73%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171274400.410.800.1528.7969.4851.18
HexD97F2C02950F1d4533
Octal33117754051120173510563
Binary110110011111111101100010100110100001111111011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F2C; }

 p { color: rgb(217,127,44); }

 H1.HeaderClassName
 {
   color: #D97F2C;
 }
 .AnyTagClassName
 {
   color: #D97F2C;
 }
</style>
background-color css

<style>
 a { background-color: #D97F2C; }

 a { background-color: rgb(217,127,44); }

 div.DivClassName
 {
   background-color: #D97F2C;
 }
 .BgClassName
 {
   background-color: #D97F2C;
 }
</style>
border-color css

<style>
 span { border-color: #D97F2C; }

 span { border-color: rgb(217,127,44); }

 td.TdClassName
 {
   border-color: #D97F2C;
 }
 .TagClassName
 {
   border-color: #D97F2C;
 }
</style>