Html Css Color HEX #DE7005 Mango Tango

📋 copy color: '#DE7005'

red 222 ◦ green 112 ◦ blue 5

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

Shades of Mango Tango #DE7005

Tints of Mango Tango #DE7005

RGB

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

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

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

R = 65.49%
G = 33.04%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE7005 (or 0xDE7005) is known color: Mango Tango. HEX triplet: DE, 70 and 05. RGB value is (222,112,5). Sum of RGB (Red+Green+Blue) = 222+112+5=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7005 is #218FFA. Grayscale: #858585. Windows color (decimal): -2199547 or 356574. OLE color: 356574.

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

Color convert

RGB 222 112 5 -
CMYK 0 0.50 0.98 0.13
HSL 29.59º 0.96% 0.45% -
HSV(B) 29.59º 0.98% 0.87% -
XYZ 35.95 27.13 3.49 -
YUV 132.69 55.94 191.7 -
System Red Green Blue C M Y K H S L
Decimal 222 112 5 0 0.50 0.98 0.13 29.59 0.96 0.45
Hex DE 70 5 0 32 62 D 1E 60 2D
Octal 336 160 5 0 62 142 15 36 140 55
Binary 11011110 1110000 101 0 110010 1100010 1101 11110 1100000 101101

Color Harmonies of #DE7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7005

Black with #DE7005

Text Example


Text Example

White with #DE7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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