Html Css Color HEX #DD710D Mango Tango

📋 copy color: '#DD710D'

red 221 ◦ green 113 ◦ blue 13

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

Shades of Mango Tango #DD710D

Tints of Mango Tango #DD710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 63.69%
G = 32.56%
B = 3.75%

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

#DD710D (or 0xDD710D) is known color: Mango Tango. HEX triplet: DD, 71 and 0D. RGB value is (221,113,13). Sum of RGB (Red+Green+Blue) = 221+113+13=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD710D is #228EF2. Grayscale: #868686. Windows color (decimal): -2264819 or 881117. OLE color: 881117.

HSL color Cylindrical-coordinate representation of color #DD710D: hue angle of 28.85º degrees, saturation: 0.89, 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 #DD710D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 13 -
CMYK 0 0.49 0.94 0.13
HSL 28.85º 0.89% 0.46% -
HSV(B) 28.85º 0.94% 0.87% -
XYZ 35.8 27.21 3.75 -
YUV 133.89 59.78 190.13 -
System Red Green Blue C M Y K H S L
Decimal 221 113 13 0 0.49 0.94 0.13 28.85 0.89 0.46
Hex DD 71 D 0 31 5E D 1D 59 2E
Octal 335 161 15 0 61 136 15 35 131 56
Binary 11011101 1110001 1101 0 110001 1011110 1101 11101 1011001 101110

Color Harmonies of #DD710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD710D

Black with #DD710D

Text Example


Text Example

White with #DD710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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