Html Css Color HEX #DD770E Mango Tango

📋 copy color: '#DD770E'

red 221 ◦ green 119 ◦ blue 14

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

Shades of Mango Tango #DD770E

Tints of Mango Tango #DD770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 62.43%
G = 33.62%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD770E (or 0xDD770E) is known color: Mango Tango. HEX triplet: DD, 77 and 0E. RGB value is (221,119,14). Sum of RGB (Red+Green+Blue) = 221+119+14=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD770E is #2288F1. Grayscale: #8A8A8A. Windows color (decimal): -2263282 or 948189. OLE color: 948189.

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

Color convert

RGB 221 119 14 -
CMYK 0 0.46 0.94 0.13
HSL 30.43º 0.88% 0.46% -
HSV(B) 30.43º 0.94% 0.87% -
XYZ 36.49 28.6 4.01 -
YUV 137.53 58.29 187.54 -
System Red Green Blue C M Y K H S L
Decimal 221 119 14 0 0.46 0.94 0.13 30.43 0.88 0.46
Hex DD 77 E 0 2E 5E D 1E 58 2E
Octal 335 167 16 0 56 136 15 36 130 56
Binary 11011101 1110111 1110 0 101110 1011110 1101 11110 1011000 101110

Color Harmonies of #DD770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD770E

Black with #DD770E

Text Example


Text Example

White with #DD770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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