Html Css Color HEX #DD7602 Mango Tango

📋 copy color: '#DD7602'

red 221 ◦ green 118 ◦ blue 2

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

Shades of Mango Tango #DD7602

Tints of Mango Tango #DD7602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 64.81%
G = 34.6%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD7602 (or 0xDD7602) is known color: Mango Tango. HEX triplet: DD, 76 and 02. RGB value is (221,118,2). Sum of RGB (Red+Green+Blue) = 221+118+2=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7602 is #2289FD. Grayscale: #888888. Windows color (decimal): -2263550 or 161501. OLE color: 161501.

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

Color convert

RGB 221 118 2 -
CMYK 0 0.47 0.99 0.13
HSL 31.78º 0.98% 0.44% -
HSV(B) 31.78º 0.99% 0.87% -
XYZ 36.31 28.33 3.61 -
YUV 135.57 52.62 188.93 -
System Red Green Blue C M Y K H S L
Decimal 221 118 2 0 0.47 0.99 0.13 31.78 0.98 0.44
Hex DD 76 2 0 2F 63 D 20 62 2C
Octal 335 166 2 0 57 143 15 40 142 54
Binary 11011101 1110110 10 0 101111 1100011 1101 100000 1100010 101100

Color Harmonies of #DD7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7602

Black with #DD7602

Text Example


Text Example

White with #DD7602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7602; }

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

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

background-color css

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

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

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

border-color css

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

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

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