Html Css Color HEX #DD780E Mango Tango

📋 copy color: '#DD780E'

red 221 ◦ green 120 ◦ blue 14

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

Shades of Mango Tango #DD780E

Tints of Mango Tango #DD780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 62.25%
G = 33.8%
B = 3.94%

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

#DD780E (or 0xDD780E) is known color: Mango Tango. HEX triplet: DD, 78 and 0E. RGB value is (221,120,14). Sum of RGB (Red+Green+Blue) = 221+120+14=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD780E is #2287F1. Grayscale: #8A8A8A. Windows color (decimal): -2263026 or 948445. OLE color: 948445.

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

Color convert

RGB 221 120 14 -
CMYK 0 0.46 0.94 0.13
HSL 30.72º 0.88% 0.46% -
HSV(B) 30.72º 0.94% 0.87% -
XYZ 36.61 28.84 4.05 -
YUV 138.12 57.96 187.12 -
System Red Green Blue C M Y K H S L
Decimal 221 120 14 0 0.46 0.94 0.13 30.72 0.88 0.46
Hex DD 78 E 0 2E 5E D 1F 58 2E
Octal 335 170 16 0 56 136 15 37 130 56
Binary 11011101 1111000 1110 0 101110 1011110 1101 11111 1011000 101110

Color Harmonies of #DD780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD780E

Black with #DD780E

Text Example


Text Example

White with #DD780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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