#D17930

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

Shades of Bronze #D17930

Tints of Bronze #D17930

Color information

#D17930 (or 0xD17930) is unknown color: approx Bronze. HEX triplet: D1, 79 and 30. RGB value is (209,121,48). Sum of RGB (Red+Green+Blue) = 209+121+48=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D17930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17930 is #2E86CF. Grayscale: #8B8B8B. Windows color (decimal): -3049168 or 3176913. OLE color: 3176913.

HSL color Cylindrical-coordinate representation of color #D17930: hue angle of 27.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D17930 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB20912148-
CMYK00.420.770.18
HSL27.2º63.64%50.39%-
HSV(B)27.2º77.03%81.96%-
XYZ33.6727.446.32-
YUV138.9976.65177.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 48 (19.14% from 255) = 12.70%
R=55.29%
G=32.01%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091214800.420.770.1827.263.6450.39
HexD1793002A4D121b4032
Octal32117160052115223310062
Binary1101000111110011100000101010100110110010110111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17930; }

 p { color: rgb(209,121,48); }

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

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

 a { background-color: rgb(209,121,48); }

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

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

 span { border-color: rgb(209,121,48); }

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