#D3802E

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

Shades of Bronze #D3802E

Tints of Bronze #D3802E

Color information

#D3802E (or 0xD3802E) is unknown color: approx Bronze. HEX triplet: D3, 80 and 2E. RGB value is (211,128,46). Sum of RGB (Red+Green+Blue) = 211+128+46=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3802E is #2C7FD1. Grayscale: #8F8F8F. Windows color (decimal): -2916306 or 3047635. OLE color: 3047635.

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

Color convert

RGB21112846-
CMYK00.390.780.17
HSL29.82º65.22%50.39%-
HSV(B)29.82º78.2%82.75%-
XYZ35.0829.486.43-
YUV143.4773176.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.81%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=54.81%
G=33.25%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111284600.390.780.1729.8265.2250.39
HexD3802E0274E111e4132
Octal32320056047116213610162
Binary11010011100000001011100100111100111010001111101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3802E; }

 p { color: rgb(211,128,46); }

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

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

 a { background-color: rgb(211,128,46); }

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

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

 span { border-color: rgb(211,128,46); }

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