Html Css Color HEX #DD8002 Mango Tango

📋 copy color: '#DD8002'

red 221 ◦ green 128 ◦ blue 2

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

Shades of Mango Tango #DD8002

Tints of Mango Tango #DD8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 62.96%
G = 36.47%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD8002 (or 0xDD8002) is known color: Mango Tango. HEX triplet: DD, 80 and 02. RGB value is (221,128,2). Sum of RGB (Red+Green+Blue) = 221+128+2=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8002 is #227FFD. Grayscale: #8E8E8E. Windows color (decimal): -2260990 or 164061. OLE color: 164061.

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

Color convert

RGB 221 128 2 -
CMYK 0 0.42 0.99 0.13
HSL 34.52º 0.98% 0.44% -
HSV(B) 34.52º 0.99% 0.87% -
XYZ 37.55 30.81 4.03 -
YUV 141.44 49.31 184.75 -
System Red Green Blue C M Y K H S L
Decimal 221 128 2 0 0.42 0.99 0.13 34.52 0.98 0.44
Hex DD 80 2 0 2A 63 D 23 62 2C
Octal 335 200 2 0 52 143 15 43 142 54
Binary 11011101 10000000 10 0 101010 1100011 1101 100011 1100010 101100

Color Harmonies of #DD8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8002

Black with #DD8002

Text Example


Text Example

White with #DD8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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