Html Css Color HEX #D6763B Tango

📋 copy color: '#D6763B'

red 214 ◦ green 118 ◦ blue 59

#D6763B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tango #D6763B

Tints of Tango #D6763B

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 value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6763B (or 0xD6763B) is known color: 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

RGB 214 118 59 -
CMYK 0 0.45 0.72 0.16
HSL 22.84º 0.65% 0.54% -
HSV(B) 22.84º 0.72% 0.84% -
XYZ 35 27.57 7.61 -
YUV 139.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 214 118 59 0 0.45 0.72 0.16 22.84 0.65 0.54
Hex D6 76 3B 0 2D 48 10 17 41 36
Octal 326 166 73 0 55 110 20 27 101 66
Binary 11010110 1110110 111011 0 101101 1001000 10000 10111 1000001 110110

Color Harmonies of #D6763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6763B

Black with #D6763B

Text Example


Text Example

White with #D6763B

Text Example


Text Example

HTML Codes & Css Web 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>