#D4712D

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

Shades of Tango #D4712D

Tints of Tango #D4712D

Color information

#D4712D (or 0xD4712D) is unknown color: approx Tango. HEX triplet: D4, 71 and 2D. RGB value is (212,113,45). Sum of RGB (Red+Green+Blue) = 212+113+45=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4712D is #2B8ED2. Grayscale: #878787. Windows color (decimal): -2854611 or 2978260. OLE color: 2978260.

HSL color Cylindrical-coordinate representation of color #D4712D: hue angle of 24.43º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4712D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21211345-
CMYK00.470.790.17
HSL24.43º66.01%50.39%-
HSV(B)24.43º78.77%83.14%-
XYZ33.53265.73-
YUV134.8577.3183.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.30%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 45 (17.97% from 255) = 12.16%
R=57.30%
G=30.54%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121134500.470.790.1724.4366.0150.39
HexD4712D02F4F11184232
Octal32416155057117213010262
Binary1101010011100011011010101111100111110001110001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4712D; }

 p { color: rgb(212,113,45); }

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

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

 a { background-color: rgb(212,113,45); }

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

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

 span { border-color: rgb(212,113,45); }

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