Html Css Color HEX #DD790F Mango Tango

📋 copy color: '#DD790F'

red 221 ◦ green 121 ◦ blue 15

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

Shades of Mango Tango #DD790F

Tints of Mango Tango #DD790F

RGB

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

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

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

R = 61.9%
G = 33.89%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD790F (or 0xDD790F) is known color: Mango Tango. HEX triplet: DD, 79 and 0F. RGB value is (221,121,15). Sum of RGB (Red+Green+Blue) = 221+121+15=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD790F is #2286F0. Grayscale: #8B8B8B. Windows color (decimal): -2262769 or 1014237. OLE color: 1014237.

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

Color convert

RGB 221 121 15 -
CMYK 0 0.45 0.93 0.13
HSL 30.87º 0.87% 0.46% -
HSV(B) 30.87º 0.93% 0.87% -
XYZ 36.74 29.08 4.13 -
YUV 138.82 58.13 186.62 -
System Red Green Blue C M Y K H S L
Decimal 221 121 15 0 0.45 0.93 0.13 30.87 0.87 0.46
Hex DD 79 F 0 2D 5D D 1F 57 2E
Octal 335 171 17 0 55 135 15 37 127 56
Binary 11011101 1111001 1111 0 101101 1011101 1101 11111 1010111 101110

Color Harmonies of #DD790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD790F

Black with #DD790F

Text Example


Text Example

White with #DD790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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