#D0802D

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

Shades of Bronze #D0802D

Tints of Bronze #D0802D

Color information

#D0802D (or 0xD0802D) is unknown color: approx Bronze. HEX triplet: D0, 80 and 2D. RGB value is (208,128,45). Sum of RGB (Red+Green+Blue) = 208+128+45=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0802D is #2F7FD2. Grayscale: #8E8E8E. Windows color (decimal): -3112915 or 2982096. OLE color: 2982096.

HSL color Cylindrical-coordinate representation of color #D0802D: hue angle of 30.55º 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 #D0802D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20812845-
CMYK00.380.780.18
HSL30.55º64.43%49.61%-
HSV(B)30.55º78.37%81.57%-
XYZ34.2129.046.28-
YUV142.4673174.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.59%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 45 (17.97% from 255) = 11.81%
R=54.59%
G=33.60%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081284500.380.780.1830.5564.4349.61
HexD0802D0264E121f4032
Octal32020055046116223710062
Binary11010000100000001011010100110100111010010111111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0802D; }

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

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

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

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

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

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

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

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