#D6763B

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

Shades of Tango #D6763B

Tints of Tango #D6763B

Color information

#D6763B (or 0xD6763B) is unknown color: approx Tango. HEX triplet: D6, 76 and 3B. RGB value is (214,118,59). Sum of RGB (Red+Green+Blue) = 214+118+59=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6763B is #2989C4. Grayscale: #8C8C8C. Windows color (decimal): -2722245 or 3897046. OLE color: 3897046.

HSL color Cylindrical-coordinate representation of color #D6763B: hue angle of 22.84º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6763B is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB21411859-
CMYK00.450.720.16
HSL22.84º65.4%53.53%-
HSV(B)22.84º72.43%83.92%-
XYZ3527.577.61-
YUV139.9882.3180.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=54.73%
G=30.18%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141185900.450.720.1622.8465.453.53
HexD6763B02D4810174136
Octal32616673055110202710166
Binary1101011011101101110110101101100100010000101111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6763B; }

 p { color: rgb(214,118,59); }

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

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

 a { background-color: rgb(214,118,59); }

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

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

 span { border-color: rgb(214,118,59); }

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