Html Css Color HEX #DE7205 Mango Tango

📋 copy color: '#DE7205'

red 222 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #DE7205

Tints of Mango Tango #DE7205

RGB

 RED value IS 222 (87.11% from 255) = 65.1%

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

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

R = 65.1%
G = 33.43%
B = 1.47%

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

#DE7205 (or 0xDE7205) is known color: Mango Tango. HEX triplet: DE, 72 and 05. RGB value is (222,114,5). Sum of RGB (Red+Green+Blue) = 222+114+5=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7205 is #218DFA. Grayscale: #868686. Windows color (decimal): -2199035 or 357086. OLE color: 357086.

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

Color convert

RGB 222 114 5 -
CMYK 0 0.49 0.98 0.13
HSL 30.14º 0.96% 0.45% -
HSV(B) 30.14º 0.98% 0.87% -
XYZ 36.17 27.58 3.56 -
YUV 133.87 55.28 190.86 -
System Red Green Blue C M Y K H S L
Decimal 222 114 5 0 0.49 0.98 0.13 30.14 0.96 0.45
Hex DE 72 5 0 31 62 D 1E 60 2D
Octal 336 162 5 0 61 142 15 36 140 55
Binary 11011110 1110010 101 0 110001 1100010 1101 11110 1100000 101101

Color Harmonies of #DE7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7205

Black with #DE7205

Text Example


Text Example

White with #DE7205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7205; }

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

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

background-color css

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

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

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

border-color css

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

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

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