Html Css Color HEX #DD6400 Mango Tango

📋 copy color: '#DD6400'

red 221 ◦ green 100 ◦ blue 0

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

Shades of Mango Tango #DD6400

Tints of Mango Tango #DD6400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.85%
G = 31.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD6400 (or 0xDD6400) is known color: Mango Tango. HEX triplet: DD, 64 and 00. RGB value is (221,100,0). Sum of RGB (Red+Green+Blue) = 221+100+0=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6400 is #229BFF. Grayscale: #7D7D7D. Windows color (decimal): -2268160 or 25821. OLE color: 25821.

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

Color convert

RGB 221 100 0 -
CMYK 0 0.55 1 0.13
HSL 27.15º 1% 0.43% -
HSV(B) 27.15º 1% 0.87% -
XYZ 34.38 24.49 2.91 -
YUV 124.78 57.59 196.63 -
System Red Green Blue C M Y K H S L
Decimal 221 100 0 0 0.55 1 0.13 27.15 1 0.43
Hex DD 64 0 0 37 64 D 1B 64 2B
Octal 335 144 0 0 67 144 15 33 144 53
Binary 11011101 1100100 0 0 110111 1100100 1101 11011 1100100 101011

Color Harmonies of #DD6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6400

Black with #DD6400

Text Example


Text Example

White with #DD6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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