#D48033

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

Shades of Bronze #D48033

Tints of Bronze #D48033

Color information

#D48033 (or 0xD48033) is unknown color: approx Bronze. HEX triplet: D4, 80 and 33. RGB value is (212,128,51). Sum of RGB (Red+Green+Blue) = 212+128+51=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D48033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48033 is #2B7FCC. Grayscale: #909090. Windows color (decimal): -2850765 or 3375316. OLE color: 3375316.

HSL color Cylindrical-coordinate representation of color #D48033: hue angle of 28.7º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D48033 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB21212851-
CMYK00.400.760.17
HSL28.7º65.18%51.57%-
HSV(B)28.7º75.94%83.14%-
XYZ35.4729.676.99-
YUV144.3475.33176.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.22%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 51 (20.31% from 255) = 13.04%
R=54.22%
G=32.74%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121285100.400.760.1728.765.1851.57
HexD480330284C111d4134
Octal32420063050114213510164
Binary11010100100000001100110101000100110010001111011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48033; }

 p { color: rgb(212,128,51); }

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

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

 a { background-color: rgb(212,128,51); }

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

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

 span { border-color: rgb(212,128,51); }

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