Html Css Color HEX #DD7606 Mango Tango

📋 copy color: '#DD7606'

red 221 ◦ green 118 ◦ blue 6

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

Shades of Mango Tango #DD7606

Tints of Mango Tango #DD7606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 64.06%
G = 34.2%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD7606 (or 0xDD7606) is known color: Mango Tango. HEX triplet: DD, 76 and 06. RGB value is (221,118,6). Sum of RGB (Red+Green+Blue) = 221+118+6=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7606 is #2289F9. Grayscale: #888888. Windows color (decimal): -2263546 or 423645. OLE color: 423645.

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

Color convert

RGB 221 118 6 -
CMYK 0 0.47 0.97 0.13
HSL 31.26º 0.95% 0.45% -
HSV(B) 31.26º 0.97% 0.87% -
XYZ 36.33 28.34 3.73 -
YUV 136.03 54.62 188.61 -
System Red Green Blue C M Y K H S L
Decimal 221 118 6 0 0.47 0.97 0.13 31.26 0.95 0.45
Hex DD 76 6 0 2F 61 D 1F 5F 2D
Octal 335 166 6 0 57 141 15 37 137 55
Binary 11011101 1110110 110 0 101111 1100001 1101 11111 1011111 101101

Color Harmonies of #DD7606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7606

Black with #DD7606

Text Example


Text Example

White with #DD7606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7606; }

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

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

background-color css

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

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

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

border-color css

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

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

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