Html Css Color HEX #DD6401 Mango Tango

📋 copy color: '#DD6401'

red 221 ◦ green 100 ◦ blue 1

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

Shades of Mango Tango #DD6401

Tints of Mango Tango #DD6401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 68.63%
G = 31.06%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD6401 (or 0xDD6401) is known color: Mango Tango. HEX triplet: DD, 64 and 01. RGB value is (221,100,1). Sum of RGB (Red+Green+Blue) = 221+100+1=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6401 is #229BFE. Grayscale: #7D7D7D. Windows color (decimal): -2268159 or 91357. OLE color: 91357.

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

Color convert

RGB 221 100 1 -
CMYK 0 0.55 1.00 0.13
HSL 27º 0.99% 0.44% -
HSV(B) 27º 1% 0.87% -
XYZ 34.38 24.49 2.94 -
YUV 124.89 58.09 196.55 -
System Red Green Blue C M Y K H S L
Decimal 221 100 1 0 0.55 1.00 0.13 27 0.99 0.44
Hex DD 64 1 0 37 64 D 1B 63 2C
Octal 335 144 1 0 67 144 15 33 143 54
Binary 11011101 1100100 1 0 110111 1100100 1101 11011 1100011 101100

Color Harmonies of #DD6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6401

Black with #DD6401

Text Example


Text Example

White with #DD6401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6401; }

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

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

background-color css

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

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

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

border-color css

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

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

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