Html Css Color HEX #DD7408 Mango Tango

📋 copy color: '#DD7408'

red 221 ◦ green 116 ◦ blue 8

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

Shades of Mango Tango #DD7408

Tints of Mango Tango #DD7408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.32%

R = 64.06%
G = 33.62%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD7408 (or 0xDD7408) is known color: Mango Tango. HEX triplet: DD, 74 and 08. RGB value is (221,116,8). Sum of RGB (Red+Green+Blue) = 221+116+8=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7408 is #228BF7. Grayscale: #878787. Windows color (decimal): -2264056 or 554205. OLE color: 554205.

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

Color convert

RGB 221 116 8 -
CMYK 0 0.48 0.96 0.13
HSL 30.42º 0.93% 0.45% -
HSV(B) 30.42º 0.96% 0.87% -
XYZ 36.11 27.88 3.71 -
YUV 135.08 56.29 189.28 -
System Red Green Blue C M Y K H S L
Decimal 221 116 8 0 0.48 0.96 0.13 30.42 0.93 0.45
Hex DD 74 8 0 30 60 D 1E 5D 2D
Octal 335 164 10 0 60 140 15 36 135 55
Binary 11011101 1110100 1000 0 110000 1100000 1101 11110 1011101 101101

Color Harmonies of #DD7408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7408

Black with #DD7408

Text Example


Text Example

White with #DD7408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7408; }

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

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

background-color css

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

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

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

border-color css

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

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

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