#D17C38

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

Shades of Bronze #D17C38

Tints of Bronze #D17C38

Color information

#D17C38 (or 0xD17C38) is unknown color: approx Bronze. HEX triplet: D1, 7C and 38. RGB value is (209,124,56). Sum of RGB (Red+Green+Blue) = 209+124+56=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C38 is #2E83C7. Grayscale: #8E8E8E. Windows color (decimal): -3048392 or 3701969. OLE color: 3701969.

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

Color convert

RGB20912456-
CMYK00.410.730.18
HSL26.67º62.45%51.96%-
HSV(B)26.67º73.21%81.96%-
XYZ34.2228.267.39-
YUV141.6679.66176.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 56 (22.27% from 255) = 14.40%
R=53.73%
G=31.88%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091245600.410.730.1826.6762.4551.96
HexD17C3802949121b3e34
Octal3211747005111122337664
Binary110100011111100111000010100110010011001011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17C38; }

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

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

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

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

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

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

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

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