Html Css Color HEX #DD740D Mango Tango

📋 copy color: '#DD740D'

red 221 ◦ green 116 ◦ blue 13

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

Shades of Mango Tango #DD740D

Tints of Mango Tango #DD740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 63.14%
G = 33.14%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD740D (or 0xDD740D) is known color: Mango Tango. HEX triplet: DD, 74 and 0D. RGB value is (221,116,13). Sum of RGB (Red+Green+Blue) = 221+116+13=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD740D is #228BF2. Grayscale: #888888. Windows color (decimal): -2264051 or 881885. OLE color: 881885.

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

Color convert

RGB 221 116 13 -
CMYK 0 0.48 0.94 0.13
HSL 29.71º 0.89% 0.46% -
HSV(B) 29.71º 0.94% 0.87% -
XYZ 36.14 27.89 3.86 -
YUV 135.65 58.79 188.88 -
System Red Green Blue C M Y K H S L
Decimal 221 116 13 0 0.48 0.94 0.13 29.71 0.89 0.46
Hex DD 74 D 0 30 5E D 1E 59 2E
Octal 335 164 15 0 60 136 15 36 131 56
Binary 11011101 1110100 1101 0 110000 1011110 1101 11110 1011001 101110

Color Harmonies of #DD740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD740D

Black with #DD740D

Text Example


Text Example

White with #DD740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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