Html Css Color HEX #D6720C Mango Tango

📋 copy color: '#D6720C'

red 214 ◦ green 114 ◦ blue 12

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

Shades of Mango Tango #D6720C

Tints of Mango Tango #D6720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 62.94%
G = 33.53%
B = 3.53%

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

#D6720C (or 0xD6720C) is known color: Mango Tango. HEX triplet: D6, 72 and 0C. RGB value is (214,114,12). Sum of RGB (Red+Green+Blue) = 214+114+12=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6720C is #298DF3. Grayscale: #848484. Windows color (decimal): -2723316 or 815830. OLE color: 815830.

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

Color convert

RGB 214 114 12 -
CMYK 0 0.47 0.94 0.16
HSL 30.3º 0.89% 0.44% -
HSV(B) 30.3º 0.94% 0.84% -
XYZ 33.82 26.36 3.65 -
YUV 132.27 60.13 186.29 -
System Red Green Blue C M Y K H S L
Decimal 214 114 12 0 0.47 0.94 0.16 30.3 0.89 0.44
Hex D6 72 C 0 2F 5E 10 1E 59 2C
Octal 326 162 14 0 57 136 20 36 131 54
Binary 11010110 1110010 1100 0 101111 1011110 10000 11110 1011001 101100

Color Harmonies of #D6720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6720C

Black with #D6720C

Text Example


Text Example

White with #D6720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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