Html Css Color HEX #DD6A02 Mango Tango

📋 copy color: '#DD6A02'

red 221 ◦ green 106 ◦ blue 2

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

Shades of Mango Tango #DD6A02

Tints of Mango Tango #DD6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 67.17%
G = 32.22%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD6A02 (or 0xDD6A02) is known color: Mango Tango. HEX triplet: DD, 6A and 02. RGB value is (221,106,2). Sum of RGB (Red+Green+Blue) = 221+106+2=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6A02 is #2295FD. Grayscale: #818181. Windows color (decimal): -2266622 or 158429. OLE color: 158429.

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

Color convert

RGB 221 106 2 -
CMYK 0 0.52 0.99 0.13
HSL 28.49º 0.98% 0.44% -
HSV(B) 28.49º 0.99% 0.87% -
XYZ 34.98 25.68 3.17 -
YUV 128.53 56.6 193.96 -
System Red Green Blue C M Y K H S L
Decimal 221 106 2 0 0.52 0.99 0.13 28.49 0.98 0.44
Hex DD 6A 2 0 34 63 D 1C 62 2C
Octal 335 152 2 0 64 143 15 34 142 54
Binary 11011101 1101010 10 0 110100 1100011 1101 11100 1100010 101100

Color Harmonies of #DD6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A02

Black with #DD6A02

Text Example


Text Example

White with #DD6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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