Html Css Color HEX #DD710E Mango Tango

📋 copy color: '#DD710E'

red 221 ◦ green 113 ◦ blue 14

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

Shades of Mango Tango #DD710E

Tints of Mango Tango #DD710E

RGB

 RED value IS 221 (86.72% from 255) = 63.51%

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

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 63.51%
G = 32.47%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD710E (or 0xDD710E) is known color: Mango Tango. HEX triplet: DD, 71 and 0E. RGB value is (221,113,14). Sum of RGB (Red+Green+Blue) = 221+113+14=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD710E is #228EF1. Grayscale: #868686. Windows color (decimal): -2264818 or 946653. OLE color: 946653.

HSL color Cylindrical-coordinate representation of color #DD710E: hue angle of 28.7º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD710E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 14 -
CMYK 0 0.49 0.94 0.13
HSL 28.7º 0.88% 0.46% -
HSV(B) 28.7º 0.94% 0.87% -
XYZ 35.8 27.21 3.78 -
YUV 134.01 60.28 190.05 -
System Red Green Blue C M Y K H S L
Decimal 221 113 14 0 0.49 0.94 0.13 28.7 0.88 0.46
Hex DD 71 E 0 31 5E D 1D 58 2E
Octal 335 161 16 0 61 136 15 35 130 56
Binary 11011101 1110001 1110 0 110001 1011110 1101 11101 1011000 101110

Color Harmonies of #DD710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD710E

Black with #DD710E

Text Example


Text Example

White with #DD710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD710E; }

 p { color: rgb(221,113,14); }

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

background-color css

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

 a { background-color: rgb(221,113,14); }

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

border-color css

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

 span { border-color: rgb(221,113,14); }

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