#D57138

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

Shades of Tango #D57138

Tints of Tango #D57138

Color information

#D57138 (or 0xD57138) is unknown color: approx Tango. HEX triplet: D5, 71 and 38. RGB value is (213,113,56). Sum of RGB (Red+Green+Blue) = 213+113+56=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D57138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57138 is #2A8EC7. Grayscale: #888888. Windows color (decimal): -2789064 or 3699157. OLE color: 3699157.

HSL color Cylindrical-coordinate representation of color #D57138: hue angle of 21.78º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D57138 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21311356-
CMYK00.470.740.16
HSL21.78º65.15%52.75%-
HSV(B)21.78º73.71%83.53%-
XYZ34.0626.247.01-
YUV136.482.63182.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.76%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 56 (22.27% from 255) = 14.66%
R=55.76%
G=29.58%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131135600.470.740.1621.7865.1552.75
HexD5713802F4A10164135
Octal32516170057112202610165
Binary1101010111100011110000101111100101010000101101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57138; }

 p { color: rgb(213,113,56); }

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

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

 a { background-color: rgb(213,113,56); }

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

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

 span { border-color: rgb(213,113,56); }

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