Html Css Color HEX #DD7202 Mango Tango

📋 copy color: '#DD7202'

red 221 ◦ green 114 ◦ blue 2

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

Shades of Mango Tango #DD7202

Tints of Mango Tango #DD7202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 65.58%
G = 33.83%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD7202 (or 0xDD7202) is known color: Mango Tango. HEX triplet: DD, 72 and 02. RGB value is (221,114,2). Sum of RGB (Red+Green+Blue) = 221+114+2=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7202 is #228DFD. Grayscale: #858585. Windows color (decimal): -2264574 or 160477. OLE color: 160477.

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

Color convert

RGB 221 114 2 -
CMYK 0 0.48 0.99 0.13
HSL 30.68º 0.98% 0.44% -
HSV(B) 30.68º 0.99% 0.87% -
XYZ 35.85 27.41 3.46 -
YUV 133.23 53.95 190.61 -
System Red Green Blue C M Y K H S L
Decimal 221 114 2 0 0.48 0.99 0.13 30.68 0.98 0.44
Hex DD 72 2 0 30 63 D 1F 62 2C
Octal 335 162 2 0 60 143 15 37 142 54
Binary 11011101 1110010 10 0 110000 1100011 1101 11111 1100010 101100

Color Harmonies of #DD7202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7202

Black with #DD7202

Text Example


Text Example

White with #DD7202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7202; }

 p { color: rgb(221,114,2); }

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

background-color css

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

 a { background-color: rgb(221,114,2); }

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

border-color css

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

 span { border-color: rgb(221,114,2); }

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