#D08037

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

Shades of Bronze #D08037

Tints of Bronze #D08037

Color information

#D08037 (or 0xD08037) is unknown color: approx Bronze. HEX triplet: D0, 80 and 37. RGB value is (208,128,55). Sum of RGB (Red+Green+Blue) = 208+128+55=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D08037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08037 is #2F7FC8. Grayscale: #8F8F8F. Windows color (decimal): -3112905 or 3637456. OLE color: 3637456.

HSL color Cylindrical-coordinate representation of color #D08037: hue angle of 28.63º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D08037 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB20812855-
CMYK00.380.740.18
HSL28.63º61.94%51.57%-
HSV(B)28.63º73.56%81.57%-
XYZ34.4229.127.42-
YUV143.678173.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 55 (21.88% from 255) = 14.07%
R=53.20%
G=32.74%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081285500.380.740.1828.6361.9451.57
HexD080370264A121d3e34
Octal3202006704611222357664
Binary1101000010000000110111010011010010101001011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08037; }

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

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

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

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

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

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

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

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