Html Css Color HEX #D6710C Mango Tango

📋 copy color: '#D6710C'

red 214 ◦ green 113 ◦ blue 12

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

Shades of Mango Tango #D6710C

Tints of Mango Tango #D6710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 63.13%
G = 33.33%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6710C (or 0xD6710C) is known color: Mango Tango. HEX triplet: D6, 71 and 0C. RGB value is (214,113,12). Sum of RGB (Red+Green+Blue) = 214+113+12=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6710C is #298EF3. Grayscale: #848484. Windows color (decimal): -2723572 or 815574. OLE color: 815574.

HSL color Cylindrical-coordinate representation of color #D6710C: hue angle of 30º 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 #D6710C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 12 -
CMYK 0 0.47 0.94 0.16
HSL 30º 0.89% 0.44% -
HSV(B) 30º 0.94% 0.84% -
XYZ 33.7 26.13 3.62 -
YUV 131.69 60.46 186.71 -
System Red Green Blue C M Y K H S L
Decimal 214 113 12 0 0.47 0.94 0.16 30 0.89 0.44
Hex D6 71 C 0 2F 5E 10 1E 59 2C
Octal 326 161 14 0 57 136 20 36 131 54
Binary 11010110 1110001 1100 0 101111 1011110 10000 11110 1011001 101100

Color Harmonies of #D6710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6710C

Black with #D6710C

Text Example


Text Example

White with #D6710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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