Html Css Color HEX #DD740A Mango Tango

📋 copy color: '#DD740A'

red 221 ◦ green 116 ◦ blue 10

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

Shades of Mango Tango #DD740A

Tints of Mango Tango #DD740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 63.69%
G = 33.43%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD740A (or 0xDD740A) is known color: Mango Tango. HEX triplet: DD, 74 and 0A. RGB value is (221,116,10). Sum of RGB (Red+Green+Blue) = 221+116+10=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD740A is #228BF5. Grayscale: #878787. Windows color (decimal): -2264054 or 685277. OLE color: 685277.

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

Color convert

RGB 221 116 10 -
CMYK 0 0.48 0.95 0.13
HSL 30.14º 0.91% 0.45% -
HSV(B) 30.14º 0.95% 0.87% -
XYZ 36.12 27.88 3.77 -
YUV 135.31 57.29 189.12 -
System Red Green Blue C M Y K H S L
Decimal 221 116 10 0 0.48 0.95 0.13 30.14 0.91 0.45
Hex DD 74 A 0 30 5F D 1E 5B 2D
Octal 335 164 12 0 60 137 15 36 133 55
Binary 11011101 1110100 1010 0 110000 1011111 1101 11110 1011011 101101

Color Harmonies of #DD740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD740A

Black with #DD740A

Text Example


Text Example

White with #DD740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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