#D57535

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

Shades of Tango #D57535

Tints of Tango #D57535

Color information

#D57535 (or 0xD57535) is unknown color: approx Tango. HEX triplet: D5, 75 and 35. RGB value is (213,117,53). Sum of RGB (Red+Green+Blue) = 213+117+53=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D57535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57535 is #2A8ACA. Grayscale: #8A8A8A. Windows color (decimal): -2788043 or 3503573. OLE color: 3503573.

HSL color Cylindrical-coordinate representation of color #D57535: hue angle of 24º 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 #D57535 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21311753-
CMYK00.450.750.16
HSL24º65.57%52.16%-
HSV(B)24º75.12%83.53%-
XYZ34.4427.136.79-
YUV138.4179.8181.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.61%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=55.61%
G=30.55%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131175300.450.750.162465.5752.16
HexD5753502D4B10184234
Octal32516565055113203010264
Binary1101010111101011101010101101100101110000110001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57535; }

 p { color: rgb(213,117,53); }

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

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

 a { background-color: rgb(213,117,53); }

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

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

 span { border-color: rgb(213,117,53); }

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