Html Css Color HEX #DD7000 Mango Tango

📋 copy color: '#DD7000'

red 221 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #DD7000

Tints of Mango Tango #DD7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

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

R = 66.37%
G = 33.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD7000 (or 0xDD7000) is known color: Mango Tango. HEX triplet: DD, 70 and 00. RGB value is (221,112,0). Sum of RGB (Red+Green+Blue) = 221+112+0=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7000 is #228FFF. Grayscale: #848484. Windows color (decimal): -2265088 or 28893. OLE color: 28893.

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

Color convert

RGB 221 112 0 -
CMYK 0 0.49 1 0.13
HSL 30.41º 1% 0.43% -
HSV(B) 30.41º 1% 0.87% -
XYZ 35.61 26.96 3.33 -
YUV 131.82 53.61 191.61 -
System Red Green Blue C M Y K H S L
Decimal 221 112 0 0 0.49 1 0.13 30.41 1 0.43
Hex DD 70 0 0 31 64 D 1E 64 2B
Octal 335 160 0 0 61 144 15 36 144 53
Binary 11011101 1110000 0 0 110001 1100100 1101 11110 1100100 101011

Color Harmonies of #DD7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7000

Black with #DD7000

Text Example


Text Example

White with #DD7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7000; }

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

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

background-color css

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

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

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

border-color css

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

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

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