Html Css Color HEX #DD8008 Mango Tango

📋 copy color: '#DD8008'

red 221 ◦ green 128 ◦ blue 8

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

Shades of Mango Tango #DD8008

Tints of Mango Tango #DD8008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.24%

R = 61.9%
G = 35.85%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8008 (or 0xDD8008) is known color: Mango Tango. HEX triplet: DD, 80 and 08. RGB value is (221,128,8). Sum of RGB (Red+Green+Blue) = 221+128+8=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8008 is #227FF7. Grayscale: #8E8E8E. Windows color (decimal): -2260984 or 557277. OLE color: 557277.

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

Color convert

RGB 221 128 8 -
CMYK 0 0.42 0.96 0.13
HSL 33.8º 0.93% 0.45% -
HSV(B) 33.8º 0.96% 0.87% -
XYZ 37.58 30.83 4.2 -
YUV 142.13 52.31 184.26 -
System Red Green Blue C M Y K H S L
Decimal 221 128 8 0 0.42 0.96 0.13 33.8 0.93 0.45
Hex DD 80 8 0 2A 60 D 22 5D 2D
Octal 335 200 10 0 52 140 15 42 135 55
Binary 11011101 10000000 1000 0 101010 1100000 1101 100010 1011101 101101

Color Harmonies of #DD8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8008

Black with #DD8008

Text Example


Text Example

White with #DD8008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8008; }

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

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

background-color css

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

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

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

border-color css

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

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

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