#D18032

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

Shades of Bronze #D18032

Tints of Bronze #D18032

Color information

#D18032 (or 0xD18032) is unknown color: approx Bronze. HEX triplet: D1, 80 and 32. RGB value is (209,128,50). Sum of RGB (Red+Green+Blue) = 209+128+50=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D18032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18032 is #2E7FCD. Grayscale: #8F8F8F. Windows color (decimal): -3047374 or 3309777. OLE color: 3309777.

HSL color Cylindrical-coordinate representation of color #D18032: hue angle of 29.43º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D18032 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB20912850-
CMYK00.390.760.18
HSL29.43º63.35%50.78%-
HSV(B)29.43º76.08%81.96%-
XYZ34.5929.226.84-
YUV143.3375.34174.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.01%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 50 (19.92% from 255) = 12.92%
R=54.01%
G=33.07%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091285000.390.760.1829.4363.3550.78
HexD180320274C121d3f33
Octal3212006204711422357763
Binary1101000110000000110010010011110011001001011101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18032; }

 p { color: rgb(209,128,50); }

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

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

 a { background-color: rgb(209,128,50); }

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

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

 span { border-color: rgb(209,128,50); }

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