#D58233

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

Shades of Bronze #D58233

Tints of Bronze #D58233

Color information

#D58233 (or 0xD58233) is unknown color: approx Bronze. HEX triplet: D5, 82 and 33. RGB value is (213,130,51). Sum of RGB (Red+Green+Blue) = 213+130+51=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D58233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58233 is #2A7DCC. Grayscale: #929292. Windows color (decimal): -2784717 or 3375829. OLE color: 3375829.

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

Color convert

RGB21313051-
CMYK00.390.760.16
HSL29.26º65.85%51.76%-
HSV(B)29.26º76.06%83.53%-
XYZ36.0230.357.09-
YUV145.8174.5175.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=54.06%
G=32.99%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131305100.390.760.1629.2665.8551.76
HexD582330274C101d4234
Octal32520263047114203510264
Binary11010101100000101100110100111100110010000111011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58233; }

 p { color: rgb(213,130,51); }

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

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

 a { background-color: rgb(213,130,51); }

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

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

 span { border-color: rgb(213,130,51); }

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