Html Css Color HEX #DD7005 Mango Tango

📋 copy color: '#DD7005'

red 221 ◦ green 112 ◦ blue 5

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

Shades of Mango Tango #DD7005

Tints of Mango Tango #DD7005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 65.38%
G = 33.14%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7005 (or 0xDD7005) is known color: Mango Tango. HEX triplet: DD, 70 and 05. RGB value is (221,112,5). Sum of RGB (Red+Green+Blue) = 221+112+5=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7005 is #228FFA. Grayscale: #848484. Windows color (decimal): -2265083 or 356573. OLE color: 356573.

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

Color convert

RGB 221 112 5 -
CMYK 0 0.49 0.98 0.13
HSL 29.72º 0.96% 0.44% -
HSV(B) 29.72º 0.98% 0.87% -
XYZ 35.64 26.97 3.47 -
YUV 132.39 56.11 191.2 -
System Red Green Blue C M Y K H S L
Decimal 221 112 5 0 0.49 0.98 0.13 29.72 0.96 0.44
Hex DD 70 5 0 31 62 D 1E 60 2C
Octal 335 160 5 0 61 142 15 36 140 54
Binary 11011101 1110000 101 0 110001 1100010 1101 11110 1100000 101100

Color Harmonies of #DD7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7005

Black with #DD7005

Text Example


Text Example

White with #DD7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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