#D17C3A

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

Shades of Bronze #D17C3A

Tints of Bronze #D17C3A

Color information

#D17C3A (or 0xD17C3A) is unknown color: approx Bronze. HEX triplet: D1, 7C and 3A. RGB value is (209,124,58). Sum of RGB (Red+Green+Blue) = 209+124+58=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C3A is #2E83C5. Grayscale: #8E8E8E. Windows color (decimal): -3048390 or 3833041. OLE color: 3833041.

HSL color Cylindrical-coordinate representation of color #D17C3A: hue angle of 26.23º 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 #D17C3A is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20912458-
CMYK00.410.720.18
HSL26.23º62.14%52.35%-
HSV(B)26.23º72.25%81.96%-
XYZ34.2728.287.65-
YUV141.8980.66175.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=53.45%
G=31.71%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091245800.410.720.1826.2362.1452.35
HexD17C3A02948121a3e34
Octal3211747205111022327664
Binary110100011111100111010010100110010001001011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17C3A; }

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

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

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

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

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

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

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

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