#D28037

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

Shades of Bronze #D28037

Tints of Bronze #D28037

Color information

#D28037 (or 0xD28037) is unknown color: approx Bronze. HEX triplet: D2, 80 and 37. RGB value is (210,128,55). Sum of RGB (Red+Green+Blue) = 210+128+55=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28037 is #2D7FC8. Grayscale: #909090. Windows color (decimal): -2981833 or 3637458. OLE color: 3637458.

HSL color Cylindrical-coordinate representation of color #D28037: hue angle of 28.26º degrees, saturation: 0.63, 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 #D28037 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB21012855-
CMYK00.390.740.18
HSL28.26º63.27%51.96%-
HSV(B)28.26º73.81%82.35%-
XYZ34.9929.427.45-
YUV144.277.67174.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.44%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 55 (21.88% from 255) = 13.99%
R=53.44%
G=32.57%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101285500.390.740.1828.2663.2751.96
HexD280370274A121c3f34
Octal3222006704711222347764
Binary1101001010000000110111010011110010101001011100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28037; }

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

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

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

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

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

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

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

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