#D17A30

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

Shades of Bronze #D17A30

Tints of Bronze #D17A30

Color information

#D17A30 (or 0xD17A30) is unknown color: approx Bronze. HEX triplet: D1, 7A and 30. RGB value is (209,122,48). Sum of RGB (Red+Green+Blue) = 209+122+48=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A30 is #2E85CF. Grayscale: #8B8B8B. Windows color (decimal): -3048912 or 3177169. OLE color: 3177169.

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

Color convert

RGB20912248-
CMYK00.420.770.18
HSL27.58º63.64%50.39%-
HSV(B)27.58º77.03%81.96%-
XYZ33.7927.696.36-
YUV139.5876.32177.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=55.15%
G=32.19%
B=12.66%

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
Decimal2091224800.420.770.1827.5863.6450.39
HexD17A3002A4D121c4032
Octal32117260052115223410062
Binary1101000111110101100000101010100110110010111001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17A30; }

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

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

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

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

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

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

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

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