#D57232

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

Shades of Tango #D57232

Tints of Tango #D57232

Color information

#D57232 (or 0xD57232) is unknown color: approx Tango. HEX triplet: D5, 72 and 32. RGB value is (213,114,50). Sum of RGB (Red+Green+Blue) = 213+114+50=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D57232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57232 is #2A8DCD. Grayscale: #888888. Windows color (decimal): -2788814 or 3306197. OLE color: 3306197.

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

Color convert

RGB21311450-
CMYK00.460.770.16
HSL23.56º65.99%51.57%-
HSV(B)23.56º76.53%83.53%-
XYZ34.0326.416.32-
YUV136.379.3182.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 50 (19.92% from 255) = 13.26%
R=56.50%
G=30.24%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131145000.460.770.1623.5665.9951.57
HexD5723202E4D10184234
Octal32516262056115203010264
Binary1101010111100101100100101110100110110000110001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57232; }

 p { color: rgb(213,114,50); }

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

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

 a { background-color: rgb(213,114,50); }

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

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

 span { border-color: rgb(213,114,50); }

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