#D17E3A

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

Shades of Bronze #D17E3A

Tints of Bronze #D17E3A

Color information

#D17E3A (or 0xD17E3A) is unknown color: approx Bronze. HEX triplet: D1, 7E and 3A. RGB value is (209,126,58). Sum of RGB (Red+Green+Blue) = 209+126+58=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17E3A is #2E81C5. Grayscale: #8F8F8F. Windows color (decimal): -3047878 or 3833553. OLE color: 3833553.

HSL color Cylindrical-coordinate representation of color #D17E3A: hue angle of 27.02º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D17E3A is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20912658-
CMYK00.400.720.18
HSL27.02º62.14%52.35%-
HSV(B)27.02º72.25%81.96%-
XYZ34.5228.787.74-
YUV143.0680175.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=53.18%
G=32.06%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091265800.400.720.1827.0262.1452.35
HexD17E3A02848121b3e34
Octal3211767205011022337664
Binary110100011111110111010010100010010001001011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17E3A; }

 p { color: rgb(209,126,58); }

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

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

 a { background-color: rgb(209,126,58); }

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

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

 span { border-color: rgb(209,126,58); }

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