Html Css Color HEX #DD6602 Mango Tango

📋 copy color: '#DD6602'

red 221 ◦ green 102 ◦ blue 2

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

Shades of Mango Tango #DD6602

Tints of Mango Tango #DD6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 68%
G = 31.38%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD6602 (or 0xDD6602) is known color: Mango Tango. HEX triplet: DD, 66 and 02. RGB value is (221,102,2). Sum of RGB (Red+Green+Blue) = 221+102+2=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6602 is #2299FD. Grayscale: #7E7E7E. Windows color (decimal): -2267646 or 157405. OLE color: 157405.

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

Color convert

RGB 221 102 2 -
CMYK 0 0.54 0.99 0.13
HSL 27.4º 0.98% 0.44% -
HSV(B) 27.4º 0.99% 0.87% -
XYZ 34.58 24.88 3.04 -
YUV 126.18 57.92 195.63 -
System Red Green Blue C M Y K H S L
Decimal 221 102 2 0 0.54 0.99 0.13 27.4 0.98 0.44
Hex DD 66 2 0 36 63 D 1B 62 2C
Octal 335 146 2 0 66 143 15 33 142 54
Binary 11011101 1100110 10 0 110110 1100011 1101 11011 1100010 101100

Color Harmonies of #DD6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6602

Black with #DD6602

Text Example


Text Example

White with #DD6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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