Html Css Color HEX #DD6604 Mango Tango

📋 copy color: '#DD6604'

red 221 ◦ green 102 ◦ blue 4

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

Shades of Mango Tango #DD6604

Tints of Mango Tango #DD6604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 67.58%
G = 31.19%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD6604 (or 0xDD6604) is known color: Mango Tango. HEX triplet: DD, 66 and 04. RGB value is (221,102,4). Sum of RGB (Red+Green+Blue) = 221+102+4=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6604 is #2299FB. Grayscale: #7E7E7E. Windows color (decimal): -2267644 or 288477. OLE color: 288477.

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

Color convert

RGB 221 102 4 -
CMYK 0 0.54 0.98 0.13
HSL 27.1º 0.96% 0.44% -
HSV(B) 27.1º 0.98% 0.87% -
XYZ 34.59 24.88 3.09 -
YUV 126.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 221 102 4 0 0.54 0.98 0.13 27.1 0.96 0.44
Hex DD 66 4 0 36 62 D 1B 60 2C
Octal 335 146 4 0 66 142 15 33 140 54
Binary 11011101 1100110 100 0 110110 1100010 1101 11011 1100000 101100

Color Harmonies of #DD6604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6604

Black with #DD6604

Text Example


Text Example

White with #DD6604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6604; }

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

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

background-color css

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

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

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

border-color css

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

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

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