#D46F2B

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

Shades of Tango #D46F2B

Tints of Tango #D46F2B

Color information

#D46F2B (or 0xD46F2B) is unknown color: approx Tango. HEX triplet: D4, 6F and 2B. RGB value is (212,111,43). Sum of RGB (Red+Green+Blue) = 212+111+43=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46F2B is #2B90D4. Grayscale: #858585. Windows color (decimal): -2855125 or 2846676. OLE color: 2846676.

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

Color convert

RGB21211143-
CMYK00.480.800.17
HSL24.14º66.27%50%-
HSV(B)24.14º79.72%83.14%-
XYZ33.2725.545.46-
YUV133.4576.96184.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.92%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=57.92%
G=30.33%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121114300.480.800.1724.1466.2750
HexD46F2B0305011184232
Octal32415753060120213010262
Binary1101010011011111010110110000101000010001110001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F2B; }

 p { color: rgb(212,111,43); }

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

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

 a { background-color: rgb(212,111,43); }

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

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

 span { border-color: rgb(212,111,43); }

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