#D68035

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

Shades of Bronze #D68035

Tints of Bronze #D68035

Color information

#D68035 (or 0xD68035) is unknown color: approx Bronze. HEX triplet: D6, 80 and 35. RGB value is (214,128,53). Sum of RGB (Red+Green+Blue) = 214+128+53=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D68035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68035 is #297FCA. Grayscale: #919191. Windows color (decimal): -2719691 or 3506390. OLE color: 3506390.

HSL color Cylindrical-coordinate representation of color #D68035: hue angle of 27.95º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68035 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21412853-
CMYK00.400.750.16
HSL27.95º66.26%52.35%-
HSV(B)27.95º75.23%83.92%-
XYZ36.0929.997.25-
YUV145.1675.99177.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=54.18%
G=32.41%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141285300.400.750.1627.9566.2652.35
HexD680350284B101c4234
Octal32620065050113203410264
Binary11010110100000001101010101000100101110000111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68035; }

 p { color: rgb(214,128,53); }

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

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

 a { background-color: rgb(214,128,53); }

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

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

 span { border-color: rgb(214,128,53); }

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