Html Css Color HEX #DD8100 Mango Tango

📋 copy color: '#DD8100'

red 221 ◦ green 129 ◦ blue 0

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

Shades of Mango Tango #DD8100

Tints of Mango Tango #DD8100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.14%
G = 36.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD8100 (or 0xDD8100) is known color: Mango Tango. HEX triplet: DD, 81 and 00. RGB value is (221,129,0). Sum of RGB (Red+Green+Blue) = 221+129+0=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8100 is #227EFF. Grayscale: #8E8E8E. Windows color (decimal): -2260736 or 33245. OLE color: 33245.

HSL color Cylindrical-coordinate representation of color #DD8100: hue angle of 35.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8100 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 0 -
CMYK 0 0.42 1 0.13
HSL 35.02º 1% 0.43% -
HSV(B) 35.02º 1% 0.87% -
XYZ 37.67 31.07 4.01 -
YUV 141.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 221 129 0 0 0.42 1 0.13 35.02 1 0.43
Hex DD 81 0 0 2A 64 D 23 64 2B
Octal 335 201 0 0 52 144 15 43 144 53
Binary 11011101 10000001 0 0 101010 1100100 1101 100011 1100100 101011

Color Harmonies of #DD8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8100

Black with #DD8100

Text Example


Text Example

White with #DD8100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8100; }

 p { color: rgb(221,129,0); }

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

background-color css

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

 a { background-color: rgb(221,129,0); }

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

border-color css

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

 span { border-color: rgb(221,129,0); }

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