Html Css Color HEX #DD790A Mango Tango

📋 copy color: '#DD790A'

red 221 ◦ green 121 ◦ blue 10

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

Shades of Mango Tango #DD790A

Tints of Mango Tango #DD790A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.84%

R = 62.78%
G = 34.38%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD790A (or 0xDD790A) is known color: Mango Tango. HEX triplet: DD, 79 and 0A. RGB value is (221,121,10). Sum of RGB (Red+Green+Blue) = 221+121+10=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD790A is #2286F5. Grayscale: #8A8A8A. Windows color (decimal): -2262774 or 686557. OLE color: 686557.

HSL color Cylindrical-coordinate representation of color #DD790A: hue angle of 31.56º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD790A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 10 -
CMYK 0 0.45 0.95 0.13
HSL 31.56º 0.91% 0.45% -
HSV(B) 31.56º 0.95% 0.87% -
XYZ 36.71 29.07 3.96 -
YUV 138.25 55.63 187.03 -
System Red Green Blue C M Y K H S L
Decimal 221 121 10 0 0.45 0.95 0.13 31.56 0.91 0.45
Hex DD 79 A 0 2D 5F D 20 5B 2D
Octal 335 171 12 0 55 137 15 40 133 55
Binary 11011101 1111001 1010 0 101101 1011111 1101 100000 1011011 101101

Color Harmonies of #DD790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD790A

Black with #DD790A

Text Example


Text Example

White with #DD790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD790A; }

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

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

background-color css

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

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

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

border-color css

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

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

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