Html Css Color HEX #DD6406 Mango Tango

📋 copy color: '#DD6406'

red 221 ◦ green 100 ◦ blue 6

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

Shades of Mango Tango #DD6406

Tints of Mango Tango #DD6406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 67.58%
G = 30.58%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD6406 (or 0xDD6406) is known color: Mango Tango. HEX triplet: DD, 64 and 06. RGB value is (221,100,6). Sum of RGB (Red+Green+Blue) = 221+100+6=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6406 is #229BF9. Grayscale: #7D7D7D. Windows color (decimal): -2268154 or 419037. OLE color: 419037.

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

Color convert

RGB 221 100 6 -
CMYK 0 0.55 0.97 0.13
HSL 26.23º 0.95% 0.45% -
HSV(B) 26.23º 0.97% 0.87% -
XYZ 34.41 24.5 3.09 -
YUV 125.46 60.59 196.14 -
System Red Green Blue C M Y K H S L
Decimal 221 100 6 0 0.55 0.97 0.13 26.23 0.95 0.45
Hex DD 64 6 0 37 61 D 1A 5F 2D
Octal 335 144 6 0 67 141 15 32 137 55
Binary 11011101 1100100 110 0 110111 1100001 1101 11010 1011111 101101

Color Harmonies of #DD6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6406

Black with #DD6406

Text Example


Text Example

White with #DD6406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6406; }

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

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

background-color css

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

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

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

border-color css

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

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

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