Html Css Color HEX #DD770D Mango Tango

📋 copy color: '#DD770D'

red 221 ◦ green 119 ◦ blue 13

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

Shades of Mango Tango #DD770D

Tints of Mango Tango #DD770D

RGB

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

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

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

R = 62.61%
G = 33.71%
B = 3.68%

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

#DD770D (or 0xDD770D) is known color: Mango Tango. HEX triplet: DD, 77 and 0D. RGB value is (221,119,13). Sum of RGB (Red+Green+Blue) = 221+119+13=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD770D is #2288F2. Grayscale: #898989. Windows color (decimal): -2263283 or 882653. OLE color: 882653.

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

Color convert

RGB 221 119 13 -
CMYK 0 0.46 0.94 0.13
HSL 30.58º 0.89% 0.46% -
HSV(B) 30.58º 0.94% 0.87% -
XYZ 36.49 28.59 3.98 -
YUV 137.41 57.79 187.62 -
System Red Green Blue C M Y K H S L
Decimal 221 119 13 0 0.46 0.94 0.13 30.58 0.89 0.46
Hex DD 77 D 0 2E 5E D 1F 59 2E
Octal 335 167 15 0 56 136 15 37 131 56
Binary 11011101 1110111 1101 0 101110 1011110 1101 11111 1011001 101110

Color Harmonies of #DD770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD770D

Black with #DD770D

Text Example


Text Example

White with #DD770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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