Html Css Color HEX #DD7006 Mango Tango

📋 copy color: '#DD7006'

red 221 ◦ green 112 ◦ blue 6

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

Shades of Mango Tango #DD7006

Tints of Mango Tango #DD7006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 65.19%
G = 33.04%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD7006 (or 0xDD7006) is known color: Mango Tango. HEX triplet: DD, 70 and 06. RGB value is (221,112,6). Sum of RGB (Red+Green+Blue) = 221+112+6=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7006 is #228FF9. Grayscale: #858585. Windows color (decimal): -2265082 or 422109. OLE color: 422109.

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

Color convert

RGB 221 112 6 -
CMYK 0 0.49 0.97 0.13
HSL 29.58º 0.95% 0.45% -
HSV(B) 29.58º 0.97% 0.87% -
XYZ 35.65 26.97 3.5 -
YUV 132.51 56.61 191.12 -
System Red Green Blue C M Y K H S L
Decimal 221 112 6 0 0.49 0.97 0.13 29.58 0.95 0.45
Hex DD 70 6 0 31 61 D 1E 5F 2D
Octal 335 160 6 0 61 141 15 36 137 55
Binary 11011101 1110000 110 0 110001 1100001 1101 11110 1011111 101101

Color Harmonies of #DD7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7006

Black with #DD7006

Text Example


Text Example

White with #DD7006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7006; }

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

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

background-color css

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

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

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

border-color css

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

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

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