Html Css Color HEX #D6710A Mango Tango

📋 copy color: '#D6710A'

red 214 ◦ green 113 ◦ blue 10

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

Shades of Mango Tango #D6710A

Tints of Mango Tango #D6710A

RGB

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

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

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

R = 63.5%
G = 33.53%
B = 2.97%

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

#D6710A (or 0xD6710A) is known color: Mango Tango. HEX triplet: D6, 71 and 0A. RGB value is (214,113,10). Sum of RGB (Red+Green+Blue) = 214+113+10=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D6710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6710A is #298EF5. Grayscale: #838383. Windows color (decimal): -2723574 or 684502. OLE color: 684502.

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

Color convert

RGB 214 113 10 -
CMYK 0 0.47 0.95 0.16
HSL 30.29º 0.91% 0.44% -
HSV(B) 30.29º 0.95% 0.84% -
XYZ 33.69 26.13 3.55 -
YUV 131.46 59.46 186.88 -
System Red Green Blue C M Y K H S L
Decimal 214 113 10 0 0.47 0.95 0.16 30.29 0.91 0.44
Hex D6 71 A 0 2F 5F 10 1E 5B 2C
Octal 326 161 12 0 57 137 20 36 133 54
Binary 11010110 1110001 1010 0 101111 1011111 10000 11110 1011011 101100

Color Harmonies of #D6710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6710A

Black with #D6710A

Text Example


Text Example

White with #D6710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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