Html Css Color HEX #DD710A Mango Tango

📋 copy color: '#DD710A'

red 221 ◦ green 113 ◦ blue 10

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

Shades of Mango Tango #DD710A

Tints of Mango Tango #DD710A

RGB

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

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

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

R = 64.24%
G = 32.85%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD710A (or 0xDD710A) is known color: Mango Tango. HEX triplet: DD, 71 and 0A. RGB value is (221,113,10). Sum of RGB (Red+Green+Blue) = 221+113+10=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD710A is #228EF5. Grayscale: #868686. Windows color (decimal): -2264822 or 684509. OLE color: 684509.

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

Color convert

RGB 221 113 10 -
CMYK 0 0.49 0.95 0.13
HSL 29.29º 0.91% 0.45% -
HSV(B) 29.29º 0.95% 0.87% -
XYZ 35.78 27.2 3.65 -
YUV 133.55 58.28 190.38 -
System Red Green Blue C M Y K H S L
Decimal 221 113 10 0 0.49 0.95 0.13 29.29 0.91 0.45
Hex DD 71 A 0 31 5F D 1D 5B 2D
Octal 335 161 12 0 61 137 15 35 133 55
Binary 11011101 1110001 1010 0 110001 1011111 1101 11101 1011011 101101

Color Harmonies of #DD710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD710A

Black with #DD710A

Text Example


Text Example

White with #DD710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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