Html Css Color HEX #D6720A Mango Tango

📋 copy color: '#D6720A'

red 214 ◦ green 114 ◦ blue 10

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

Shades of Mango Tango #D6720A

Tints of Mango Tango #D6720A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 63.31%
G = 33.73%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6720A (or 0xD6720A) is known color: Mango Tango. HEX triplet: D6, 72 and 0A. RGB value is (214,114,10). Sum of RGB (Red+Green+Blue) = 214+114+10=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D6720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6720A is #298DF5. Grayscale: #848484. Windows color (decimal): -2723318 or 684758. OLE color: 684758.

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

Color convert

RGB 214 114 10 -
CMYK 0 0.47 0.95 0.16
HSL 30.59º 0.91% 0.44% -
HSV(B) 30.59º 0.95% 0.84% -
XYZ 33.8 26.35 3.59 -
YUV 132.04 59.13 186.46 -
System Red Green Blue C M Y K H S L
Decimal 214 114 10 0 0.47 0.95 0.16 30.59 0.91 0.44
Hex D6 72 A 0 2F 5F 10 1F 5B 2C
Octal 326 162 12 0 57 137 20 37 133 54
Binary 11010110 1110010 1010 0 101111 1011111 10000 11111 1011011 101100

Color Harmonies of #D6720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6720A

Black with #D6720A

Text Example


Text Example

White with #D6720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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