#D97E2C

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

Shades of Bronze #D97E2C

Tints of Bronze #D97E2C

Color information

#D97E2C (or 0xD97E2C) is unknown color: approx Bronze. HEX triplet: D9, 7E and 2C. RGB value is (217,126,44). Sum of RGB (Red+Green+Blue) = 217+126+44=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97E2C is #2681D3. Grayscale: #909090. Windows color (decimal): -2523604 or 2916057. OLE color: 2916057.

HSL color Cylindrical-coordinate representation of color #D97E2C: hue angle of 28.44º 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 #D97E2C is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21712644-
CMYK00.420.800.15
HSL28.44º69.48%51.18%-
HSV(B)28.44º79.72%85.1%-
XYZ36.5329.866.22-
YUV143.8671.65180.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.07%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 44 (17.58% from 255) = 11.37%
R=56.07%
G=32.56%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171264400.420.800.1528.4469.4851.18
HexD97E2C02A50F1c4533
Octal33117654052120173410563
Binary110110011111110101100010101010100001111111001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E2C; }

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

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

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

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

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

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

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

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