Html Css Color HEX #DD7E0A Mango Tango

📋 copy color: '#DD7E0A'

red 221 ◦ green 126 ◦ blue 10

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

Shades of Mango Tango #DD7E0A

Tints of Mango Tango #DD7E0A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

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

R = 61.9%
G = 35.29%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD7E0A (or 0xDD7E0A) is known color: Mango Tango. HEX triplet: DD, 7E and 0A. RGB value is (221,126,10). Sum of RGB (Red+Green+Blue) = 221+126+10=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7E0A is #2281F5. Grayscale: #8D8D8D. Windows color (decimal): -2261494 or 687837. OLE color: 687837.

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

Color convert

RGB 221 126 10 -
CMYK 0 0.43 0.95 0.13
HSL 32.99º 0.91% 0.45% -
HSV(B) 32.99º 0.95% 0.87% -
XYZ 37.33 30.32 4.17 -
YUV 141.18 53.97 184.93 -
System Red Green Blue C M Y K H S L
Decimal 221 126 10 0 0.43 0.95 0.13 32.99 0.91 0.45
Hex DD 7E A 0 2B 5F D 21 5B 2D
Octal 335 176 12 0 53 137 15 41 133 55
Binary 11011101 1111110 1010 0 101011 1011111 1101 100001 1011011 101101

Color Harmonies of #DD7E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E0A

Black with #DD7E0A

Text Example


Text Example

White with #DD7E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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