Html Css Color HEX #D6740C Mango Tango

📋 copy color: '#D6740C'

red 214 ◦ green 116 ◦ blue 12

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

Shades of Mango Tango #D6740C

Tints of Mango Tango #D6740C

RGB

 RED value IS 214 (83.98% from 255) = 62.57%

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 62.57%
G = 33.92%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6740C (or 0xD6740C) is known color: Mango Tango. HEX triplet: D6, 74 and 0C. RGB value is (214,116,12). Sum of RGB (Red+Green+Blue) = 214+116+12=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6740C is #298BF3. Grayscale: #858585. Windows color (decimal): -2722804 or 816342. OLE color: 816342.

HSL color Cylindrical-coordinate representation of color #D6740C: hue angle of 30.89º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6740C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 12 -
CMYK 0 0.46 0.94 0.16
HSL 30.89º 0.89% 0.44% -
HSV(B) 30.89º 0.94% 0.84% -
XYZ 34.04 26.81 3.73 -
YUV 133.45 59.47 185.46 -
System Red Green Blue C M Y K H S L
Decimal 214 116 12 0 0.46 0.94 0.16 30.89 0.89 0.44
Hex D6 74 C 0 2E 5E 10 1F 59 2C
Octal 326 164 14 0 56 136 20 37 131 54
Binary 11010110 1110100 1100 0 101110 1011110 10000 11111 1011001 101100

Color Harmonies of #D6740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6740C

Black with #D6740C

Text Example


Text Example

White with #D6740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6740C; }

 p { color: rgb(214,116,12); }

 H1.HeaderClassName
 {
   color: #D6740C;
 }
 .AnyTagClassName
 {
   color: #D6740C;
 }
</style>

background-color css

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

 a { background-color: rgb(214,116,12); }

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

border-color css

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

 span { border-color: rgb(214,116,12); }

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