#D06E3B

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

Shades of Tango #D06E3B

Tints of Tango #D06E3B

Color information

#D06E3B (or 0xD06E3B) is unknown color: approx Tango. HEX triplet: D0, 6E and 3B. RGB value is (208,110,59). Sum of RGB (Red+Green+Blue) = 208+110+59=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E3B is #2F91C4. Grayscale: #858585. Windows color (decimal): -3117509 or 3894992. OLE color: 3894992.

HSL color Cylindrical-coordinate representation of color #D06E3B: hue angle of 20.54º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D06E3B is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20811059-
CMYK00.470.720.18
HSL20.54º61.32%52.35%-
HSV(B)20.54º71.63%81.57%-
XYZ32.3824.887.23-
YUV133.4985.97181.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.17%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 59 (23.44% from 255) = 15.65%
R=55.17%
G=29.18%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081105900.470.720.1820.5461.3252.35
HexD06E3B02F4812153d34
Octal3201567305711022257564
Binary110100001101110111011010111110010001001010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E3B; }

 p { color: rgb(208,110,59); }

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

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

 a { background-color: rgb(208,110,59); }

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

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

 span { border-color: rgb(208,110,59); }

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