#D47535

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

Shades of Tango #D47535

Tints of Tango #D47535

Color information

#D47535 (or 0xD47535) is unknown color: approx Tango. HEX triplet: D4, 75 and 35. RGB value is (212,117,53). Sum of RGB (Red+Green+Blue) = 212+117+53=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D47535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47535 is #2B8ACA. Grayscale: #8A8A8A. Windows color (decimal): -2853579 or 3503572. OLE color: 3503572.

HSL color Cylindrical-coordinate representation of color #D47535: hue angle of 24.15º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D47535 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB21211753-
CMYK00.450.750.17
HSL24.15º64.9%51.96%-
HSV(B)24.15º75%83.14%-
XYZ34.1626.986.77-
YUV138.1179.97180.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=55.50%
G=30.63%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121175300.450.750.1724.1564.951.96
HexD4753502D4B11184134
Octal32416565055113213010164
Binary1101010011101011101010101101100101110001110001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47535; }

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

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

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

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

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

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

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

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