Html Css Color HEX #DD760E Mango Tango

📋 copy color: '#DD760E'

red 221 ◦ green 118 ◦ blue 14

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

Shades of Mango Tango #DD760E

Tints of Mango Tango #DD760E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 62.61%
G = 33.43%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD760E (or 0xDD760E) is known color: Mango Tango. HEX triplet: DD, 76 and 0E. RGB value is (221,118,14). Sum of RGB (Red+Green+Blue) = 221+118+14=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD760E is #2289F1. Grayscale: #898989. Windows color (decimal): -2263538 or 947933. OLE color: 947933.

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

Color convert

RGB 221 118 14 -
CMYK 0 0.47 0.94 0.13
HSL 30.14º 0.88% 0.46% -
HSV(B) 30.14º 0.94% 0.87% -
XYZ 36.38 28.36 3.97 -
YUV 136.94 58.62 187.96 -
System Red Green Blue C M Y K H S L
Decimal 221 118 14 0 0.47 0.94 0.13 30.14 0.88 0.46
Hex DD 76 E 0 2F 5E D 1E 58 2E
Octal 335 166 16 0 57 136 15 36 130 56
Binary 11011101 1110110 1110 0 101111 1011110 1101 11110 1011000 101110

Color Harmonies of #DD760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD760E

Black with #DD760E

Text Example


Text Example

White with #DD760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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