Html Css Color HEX #DD7610 Mango Tango

📋 copy color: '#DD7610'

red 221 ◦ green 118 ◦ blue 16

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

Shades of Mango Tango #DD7610

Tints of Mango Tango #DD7610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 62.25%
G = 33.24%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD7610 (or 0xDD7610) is known color: Mango Tango. HEX triplet: DD, 76 and 10. RGB value is (221,118,16). Sum of RGB (Red+Green+Blue) = 221+118+16=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7610 is #2289EF. Grayscale: #898989. Windows color (decimal): -2263536 or 1079005. OLE color: 1079005.

HSL color Cylindrical-coordinate representation of color #DD7610: hue angle of 29.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD7610 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 16 -
CMYK 0 0.47 0.93 0.13
HSL 29.85º 0.86% 0.46% -
HSV(B) 29.85º 0.93% 0.87% -
XYZ 36.39 28.37 4.05 -
YUV 137.17 59.62 187.79 -
System Red Green Blue C M Y K H S L
Decimal 221 118 16 0 0.47 0.93 0.13 29.85 0.86 0.46
Hex DD 76 10 0 2F 5D D 1E 56 2E
Octal 335 166 20 0 57 135 15 36 126 56
Binary 11011101 1110110 10000 0 101111 1011101 1101 11110 1010110 101110

Color Harmonies of #DD7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7610

Black with #DD7610

Text Example


Text Example

White with #DD7610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7610; }

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

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

background-color css

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

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

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

border-color css

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

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

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