Html Css Color HEX #DD7800 Mango Tango

📋 copy color: '#DD7800'

red 221 ◦ green 120 ◦ blue 0

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

Shades of Mango Tango #DD7800

Tints of Mango Tango #DD7800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 64.81%
G = 35.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD7800 (or 0xDD7800) is known color: Mango Tango. HEX triplet: DD, 78 and 00. RGB value is (221,120,0). Sum of RGB (Red+Green+Blue) = 221+120+0=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7800 is #2287FF. Grayscale: #898989. Windows color (decimal): -2263040 or 30941. OLE color: 30941.

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

Color convert

RGB 221 120 0 -
CMYK 0 0.46 1 0.13
HSL 32.58º 1% 0.43% -
HSV(B) 32.58º 1% 0.87% -
XYZ 36.54 28.81 3.63 -
YUV 136.52 50.96 188.26 -
System Red Green Blue C M Y K H S L
Decimal 221 120 0 0 0.46 1 0.13 32.58 1 0.43
Hex DD 78 0 0 2E 64 D 21 64 2B
Octal 335 170 0 0 56 144 15 41 144 53
Binary 11011101 1111000 0 0 101110 1100100 1101 100001 1100100 101011

Color Harmonies of #DD7800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7800

Black with #DD7800

Text Example


Text Example

White with #DD7800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7800; }

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

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

background-color css

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

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

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

border-color css

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

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

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