Html Css Color HEX #DD780F Mango Tango

📋 copy color: '#DD780F'

red 221 ◦ green 120 ◦ blue 15

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

Shades of Mango Tango #DD780F

Tints of Mango Tango #DD780F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.21%

R = 62.08%
G = 33.71%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD780F (or 0xDD780F) is known color: Mango Tango. HEX triplet: DD, 78 and 0F. RGB value is (221,120,15). Sum of RGB (Red+Green+Blue) = 221+120+15=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD780F is #2287F0. Grayscale: #8A8A8A. Windows color (decimal): -2263025 or 1013981. OLE color: 1013981.

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

Color convert

RGB 221 120 15 -
CMYK 0 0.46 0.93 0.13
HSL 30.58º 0.87% 0.46% -
HSV(B) 30.58º 0.93% 0.87% -
XYZ 36.62 28.84 4.09 -
YUV 138.23 58.46 187.04 -
System Red Green Blue C M Y K H S L
Decimal 221 120 15 0 0.46 0.93 0.13 30.58 0.87 0.46
Hex DD 78 F 0 2E 5D D 1F 57 2E
Octal 335 170 17 0 56 135 15 37 127 56
Binary 11011101 1111000 1111 0 101110 1011101 1101 11111 1010111 101110

Color Harmonies of #DD780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD780F

Black with #DD780F

Text Example


Text Example

White with #DD780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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