#D3802D

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

Shades of Bronze #D3802D

Tints of Bronze #D3802D

Color information

#D3802D (or 0xD3802D) is unknown color: approx Bronze. HEX triplet: D3, 80 and 2D. RGB value is (211,128,45). Sum of RGB (Red+Green+Blue) = 211+128+45=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3802D is #2C7FD2. Grayscale: #8F8F8F. Windows color (decimal): -2916307 or 2982099. OLE color: 2982099.

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

Color convert

RGB21112845-
CMYK00.390.790.17
HSL30º65.35%50.2%-
HSV(B)30º78.67%82.75%-
XYZ35.0629.486.32-
YUV143.3572.5176.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.95%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 11.72%
R=54.95%
G=33.33%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111284500.390.790.173065.3550.2
HexD3802D0274F111e4132
Octal32320055047117213610162
Binary11010011100000001011010100111100111110001111101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3802D; }

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

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

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

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

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

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

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

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