Html Css Color HEX #DD7502 Mango Tango

📋 copy color: '#DD7502'

red 221 ◦ green 117 ◦ blue 2

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

Shades of Mango Tango #DD7502

Tints of Mango Tango #DD7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 65%
G = 34.41%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD7502 (or 0xDD7502) is known color: Mango Tango. HEX triplet: DD, 75 and 02. RGB value is (221,117,2). Sum of RGB (Red+Green+Blue) = 221+117+2=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7502 is #228AFD. Grayscale: #878787. Windows color (decimal): -2263806 or 161245. OLE color: 161245.

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

Color convert

RGB 221 117 2 -
CMYK 0 0.47 0.99 0.13
HSL 31.51º 0.98% 0.44% -
HSV(B) 31.51º 0.99% 0.87% -
XYZ 36.19 28.1 3.57 -
YUV 134.99 52.96 189.35 -
System Red Green Blue C M Y K H S L
Decimal 221 117 2 0 0.47 0.99 0.13 31.51 0.98 0.44
Hex DD 75 2 0 2F 63 D 20 62 2C
Octal 335 165 2 0 57 143 15 40 142 54
Binary 11011101 1110101 10 0 101111 1100011 1101 100000 1100010 101100

Color Harmonies of #DD7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7502

Black with #DD7502

Text Example


Text Example

White with #DD7502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7502; }

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

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

background-color css

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

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

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

border-color css

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

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

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