Html Css Color HEX #DD7600 Mango Tango

📋 copy color: '#DD7600'

red 221 ◦ green 118 ◦ blue 0

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

Shades of Mango Tango #DD7600

Tints of Mango Tango #DD7600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.19%
G = 34.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD7600 (or 0xDD7600) is known color: Mango Tango. HEX triplet: DD, 76 and 00. RGB value is (221,118,0). Sum of RGB (Red+Green+Blue) = 221+118+0=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7600 is #2289FF. Grayscale: #878787. Windows color (decimal): -2263552 or 30429. OLE color: 30429.

HSL color Cylindrical-coordinate representation of color #DD7600: hue angle of 32.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD7600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 0 -
CMYK 0 0.47 1 0.13
HSL 32.04º 1% 0.43% -
HSV(B) 32.04º 1% 0.87% -
XYZ 36.3 28.33 3.55 -
YUV 135.35 51.62 189.09 -
System Red Green Blue C M Y K H S L
Decimal 221 118 0 0 0.47 1 0.13 32.04 1 0.43
Hex DD 76 0 0 2F 64 D 20 64 2B
Octal 335 166 0 0 57 144 15 40 144 53
Binary 11011101 1110110 0 0 101111 1100100 1101 100000 1100100 101011

Color Harmonies of #DD7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7600

Black with #DD7600

Text Example


Text Example

White with #DD7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7600; }

 p { color: rgb(221,118,0); }

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

background-color css

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

 a { background-color: rgb(221,118,0); }

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

border-color css

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

 span { border-color: rgb(221,118,0); }

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