#D46D34

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

Shades of Tango #D46D34

Tints of Tango #D46D34

Color information

#D46D34 (or 0xD46D34) is unknown color: approx Tango. HEX triplet: D4, 6D and 34. RGB value is (212,109,52). Sum of RGB (Red+Green+Blue) = 212+109+52=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D34 is #2B92CB. Grayscale: #858585. Windows color (decimal): -2855628 or 3435988. OLE color: 3435988.

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

Color convert

RGB21210952-
CMYK00.490.750.17
HSL21.38º65.04%51.76%-
HSV(B)21.38º75.47%83.14%-
XYZ33.2425.186.36-
YUV133.382.12184.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.84%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=56.84%
G=29.22%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121095200.490.750.1721.3865.0451.76
HexD46D340314B11154134
Octal32415564061113212510164
Binary1101010011011011101000110001100101110001101011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D34; }

 p { color: rgb(212,109,52); }

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

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

 a { background-color: rgb(212,109,52); }

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

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

 span { border-color: rgb(212,109,52); }

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