Html Css Color HEX #DD6D02 Mango Tango

📋 copy color: '#DD6D02'

red 221 ◦ green 109 ◦ blue 2

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

Shades of Mango Tango #DD6D02

Tints of Mango Tango #DD6D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 66.57%
G = 32.83%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD6D02 (or 0xDD6D02) is known color: Mango Tango. HEX triplet: DD, 6D and 02. RGB value is (221,109,2). Sum of RGB (Red+Green+Blue) = 221+109+2=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D02 is #2292FD. Grayscale: #828282. Windows color (decimal): -2265854 or 159197. OLE color: 159197.

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

Color convert

RGB 221 109 2 -
CMYK 0 0.51 0.99 0.13
HSL 29.32º 0.98% 0.44% -
HSV(B) 29.32º 0.99% 0.87% -
XYZ 35.3 26.31 3.28 -
YUV 130.29 55.61 192.7 -
System Red Green Blue C M Y K H S L
Decimal 221 109 2 0 0.51 0.99 0.13 29.32 0.98 0.44
Hex DD 6D 2 0 33 63 D 1D 62 2C
Octal 335 155 2 0 63 143 15 35 142 54
Binary 11011101 1101101 10 0 110011 1100011 1101 11101 1100010 101100

Color Harmonies of #DD6D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D02

Black with #DD6D02

Text Example


Text Example

White with #DD6D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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