Html Css Color HEX #DD780D Mango Tango

📋 copy color: '#DD780D'

red 221 ◦ green 120 ◦ blue 13

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

Shades of Mango Tango #DD780D

Tints of Mango Tango #DD780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 62.43%
G = 33.9%
B = 3.67%

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

#DD780D (or 0xDD780D) is known color: Mango Tango. HEX triplet: DD, 78 and 0D. RGB value is (221,120,13). Sum of RGB (Red+Green+Blue) = 221+120+13=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD780D is #2287F2. Grayscale: #8A8A8A. Windows color (decimal): -2263027 or 882909. OLE color: 882909.

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

Color convert

RGB 221 120 13 -
CMYK 0 0.46 0.94 0.13
HSL 30.87º 0.89% 0.46% -
HSV(B) 30.87º 0.94% 0.87% -
XYZ 36.61 28.83 4.02 -
YUV 138 57.46 187.2 -
System Red Green Blue C M Y K H S L
Decimal 221 120 13 0 0.46 0.94 0.13 30.87 0.89 0.46
Hex DD 78 D 0 2E 5E D 1F 59 2E
Octal 335 170 15 0 56 136 15 37 131 56
Binary 11011101 1111000 1101 0 101110 1011110 1101 11111 1011001 101110

Color Harmonies of #DD780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD780D

Black with #DD780D

Text Example


Text Example

White with #DD780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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