Html Css Color HEX #DD6403 Mango Tango

📋 copy color: '#DD6403'

red 221 ◦ green 100 ◦ blue 3

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

Shades of Mango Tango #DD6403

Tints of Mango Tango #DD6403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 68.21%
G = 30.86%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD6403 (or 0xDD6403) is known color: Mango Tango. HEX triplet: DD, 64 and 03. RGB value is (221,100,3). Sum of RGB (Red+Green+Blue) = 221+100+3=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6403 is #229BFC. Grayscale: #7D7D7D. Windows color (decimal): -2268157 or 222429. OLE color: 222429.

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

Color convert

RGB 221 100 3 -
CMYK 0 0.55 0.99 0.13
HSL 26.7º 0.97% 0.44% -
HSV(B) 26.7º 0.99% 0.87% -
XYZ 34.39 24.49 3 -
YUV 125.12 59.09 196.39 -
System Red Green Blue C M Y K H S L
Decimal 221 100 3 0 0.55 0.99 0.13 26.7 0.97 0.44
Hex DD 64 3 0 37 63 D 1B 61 2C
Octal 335 144 3 0 67 143 15 33 141 54
Binary 11011101 1100100 11 0 110111 1100011 1101 11011 1100001 101100

Color Harmonies of #DD6403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6403

Black with #DD6403

Text Example


Text Example

White with #DD6403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6403; }

 p { color: rgb(221,100,3); }

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

background-color css

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

 a { background-color: rgb(221,100,3); }

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

border-color css

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

 span { border-color: rgb(221,100,3); }

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