Html Css Color HEX #DD7205 Mango Tango

📋 copy color: '#DD7205'

red 221 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #DD7205

Tints of Mango Tango #DD7205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 65%
G = 33.53%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7205 (or 0xDD7205) is known color: Mango Tango. HEX triplet: DD, 72 and 05. RGB value is (221,114,5). Sum of RGB (Red+Green+Blue) = 221+114+5=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7205 is #228DFA. Grayscale: #868686. Windows color (decimal): -2264571 or 357085. OLE color: 357085.

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

Color convert

RGB 221 114 5 -
CMYK 0 0.48 0.98 0.13
HSL 30.28º 0.96% 0.44% -
HSV(B) 30.28º 0.98% 0.87% -
XYZ 35.86 27.42 3.55 -
YUV 133.57 55.45 190.36 -
System Red Green Blue C M Y K H S L
Decimal 221 114 5 0 0.48 0.98 0.13 30.28 0.96 0.44
Hex DD 72 5 0 30 62 D 1E 60 2C
Octal 335 162 5 0 60 142 15 36 140 54
Binary 11011101 1110010 101 0 110000 1100010 1101 11110 1100000 101100

Color Harmonies of #DD7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7205

Black with #DD7205

Text Example


Text Example

White with #DD7205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7205; }

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

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

background-color css

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

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

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

border-color css

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

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

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