#D17A2F

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

Shades of Bronze #D17A2F

Tints of Bronze #D17A2F

Color information

#D17A2F (or 0xD17A2F) is unknown color: approx Bronze. HEX triplet: D1, 7A and 2F. RGB value is (209,122,47). Sum of RGB (Red+Green+Blue) = 209+122+47=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A2F is #2E85D0. Grayscale: #8B8B8B. Windows color (decimal): -3048913 or 3111633. OLE color: 3111633.

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

Color convert

RGB20912247-
CMYK00.420.780.18
HSL27.78º63.78%50.2%-
HSV(B)27.78º77.51%81.96%-
XYZ33.7727.686.25-
YUV139.4675.82177.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 47 (18.75% from 255) = 12.43%
R=55.29%
G=32.28%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091224700.420.780.1827.7863.7850.2
HexD17A2F02A4E121c4032
Octal32117257052116223410062
Binary1101000111110101011110101010100111010010111001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17A2F; }

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

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

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

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

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

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

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

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