Html Css Color HEX #DD790D Mango Tango

📋 copy color: '#DD790D'

red 221 ◦ green 121 ◦ blue 13

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

Shades of Mango Tango #DD790D

Tints of Mango Tango #DD790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

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

R = 62.25%
G = 34.08%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD790D (or 0xDD790D) is known color: Mango Tango. HEX triplet: DD, 79 and 0D. RGB value is (221,121,13). Sum of RGB (Red+Green+Blue) = 221+121+13=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD790D is #2286F2. Grayscale: #8B8B8B. Windows color (decimal): -2262771 or 883165. OLE color: 883165.

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

Color convert

RGB 221 121 13 -
CMYK 0 0.45 0.94 0.13
HSL 31.15º 0.89% 0.46% -
HSV(B) 31.15º 0.94% 0.87% -
XYZ 36.73 29.08 4.06 -
YUV 138.59 57.13 186.78 -
System Red Green Blue C M Y K H S L
Decimal 221 121 13 0 0.45 0.94 0.13 31.15 0.89 0.46
Hex DD 79 D 0 2D 5E D 1F 59 2E
Octal 335 171 15 0 55 136 15 37 131 56
Binary 11011101 1111001 1101 0 101101 1011110 1101 11111 1011001 101110

Color Harmonies of #DD790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD790D

Black with #DD790D

Text Example


Text Example

White with #DD790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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