Html Css Color HEX #DD740C Mango Tango

📋 copy color: '#DD740C'

red 221 ◦ green 116 ◦ blue 12

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

Shades of Mango Tango #DD740C

Tints of Mango Tango #DD740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 63.32%
G = 33.24%
B = 3.44%

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

#DD740C (or 0xDD740C) is known color: Mango Tango. HEX triplet: DD, 74 and 0C. RGB value is (221,116,12). Sum of RGB (Red+Green+Blue) = 221+116+12=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD740C is #228BF3. Grayscale: #888888. Windows color (decimal): -2264052 or 816349. OLE color: 816349.

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

Color convert

RGB 221 116 12 -
CMYK 0 0.48 0.95 0.13
HSL 29.86º 0.9% 0.46% -
HSV(B) 29.86º 0.95% 0.87% -
XYZ 36.13 27.89 3.83 -
YUV 135.54 58.29 188.96 -
System Red Green Blue C M Y K H S L
Decimal 221 116 12 0 0.48 0.95 0.13 29.86 0.9 0.46
Hex DD 74 C 0 30 5F D 1E 5A 2E
Octal 335 164 14 0 60 137 15 36 132 56
Binary 11011101 1110100 1100 0 110000 1011111 1101 11110 1011010 101110

Color Harmonies of #DD740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD740C

Black with #DD740C

Text Example


Text Example

White with #DD740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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