Html Css Color HEX #DD6502 Mango Tango

📋 copy color: '#DD6502'

red 221 ◦ green 101 ◦ blue 2

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

Shades of Mango Tango #DD6502

Tints of Mango Tango #DD6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 68.21%
G = 31.17%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD6502 (or 0xDD6502) is known color: Mango Tango. HEX triplet: DD, 65 and 02. RGB value is (221,101,2). Sum of RGB (Red+Green+Blue) = 221+101+2=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6502 is #229AFD. Grayscale: #7E7E7E. Windows color (decimal): -2267902 or 157149. OLE color: 157149.

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

Color convert

RGB 221 101 2 -
CMYK 0 0.54 0.99 0.13
HSL 27.12º 0.98% 0.44% -
HSV(B) 27.12º 0.99% 0.87% -
XYZ 34.48 24.68 3 -
YUV 125.59 58.26 196.05 -
System Red Green Blue C M Y K H S L
Decimal 221 101 2 0 0.54 0.99 0.13 27.12 0.98 0.44
Hex DD 65 2 0 36 63 D 1B 62 2C
Octal 335 145 2 0 66 143 15 33 142 54
Binary 11011101 1100101 10 0 110110 1100011 1101 11011 1100010 101100

Color Harmonies of #DD6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6502

Black with #DD6502

Text Example


Text Example

White with #DD6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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