#D66E33

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

Shades of Tango #D66E33

Tints of Tango #D66E33

Color information

#D66E33 (or 0xD66E33) is unknown color: approx Tango. HEX triplet: D6, 6E and 33. RGB value is (214,110,51). Sum of RGB (Red+Green+Blue) = 214+110+51=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E33 is #2991CC. Grayscale: #868686. Windows color (decimal): -2724301 or 3370710. OLE color: 3370710.

HSL color Cylindrical-coordinate representation of color #D66E33: hue angle of 21.72º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D66E33 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21411051-
CMYK00.490.760.16
HSL21.72º66.53%51.96%-
HSV(B)21.72º76.17%83.92%-
XYZ33.9125.696.3-
YUV134.3780.96184.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.07%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=57.07%
G=29.33%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141105100.490.760.1621.7266.5351.96
HexD66E330314C10164334
Octal32615663061114202610364
Binary1101011011011101100110110001100110010000101101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E33; }

 p { color: rgb(214,110,51); }

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

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

 a { background-color: rgb(214,110,51); }

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

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

 span { border-color: rgb(214,110,51); }

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