Html Css Color HEX #DD8003 Mango Tango

📋 copy color: '#DD8003'

red 221 ◦ green 128 ◦ blue 3

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

Shades of Mango Tango #DD8003

Tints of Mango Tango #DD8003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 62.78%
G = 36.36%
B = 0.85%

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

#DD8003 (or 0xDD8003) is known color: Mango Tango. HEX triplet: DD, 80 and 03. RGB value is (221,128,3). Sum of RGB (Red+Green+Blue) = 221+128+3=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8003 is #227FFC. Grayscale: #8E8E8E. Windows color (decimal): -2260989 or 229597. OLE color: 229597.

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

Color convert

RGB 221 128 3 -
CMYK 0 0.42 0.99 0.13
HSL 34.4º 0.97% 0.44% -
HSV(B) 34.4º 0.99% 0.87% -
XYZ 37.55 30.82 4.06 -
YUV 141.56 49.81 184.66 -
System Red Green Blue C M Y K H S L
Decimal 221 128 3 0 0.42 0.99 0.13 34.4 0.97 0.44
Hex DD 80 3 0 2A 63 D 22 61 2C
Octal 335 200 3 0 52 143 15 42 141 54
Binary 11011101 10000000 11 0 101010 1100011 1101 100010 1100001 101100

Color Harmonies of #DD8003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8003

Black with #DD8003

Text Example


Text Example

White with #DD8003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8003; }

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

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

background-color css

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

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

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

border-color css

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

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

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