Html Css Color HEX #DE800D Mango Tango

📋 copy color: '#DE800D'

red 222 ◦ green 128 ◦ blue 13

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

Shades of Mango Tango #DE800D

Tints of Mango Tango #DE800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 61.16%
G = 35.26%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE800D (or 0xDE800D) is known color: Mango Tango. HEX triplet: DE, 80 and 0D. RGB value is (222,128,13). Sum of RGB (Red+Green+Blue) = 222+128+13=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE800D is #217FF2. Grayscale: #8F8F8F. Windows color (decimal): -2195443 or 884958. OLE color: 884958.

HSL color Cylindrical-coordinate representation of color #DE800D: hue angle of 33.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE800D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 128 13 -
CMYK 0 0.42 0.94 0.13
HSL 33.01º 0.89% 0.46% -
HSV(B) 33.01º 0.94% 0.87% -
XYZ 37.92 31 4.37 -
YUV 143 54.64 184.35 -
System Red Green Blue C M Y K H S L
Decimal 222 128 13 0 0.42 0.94 0.13 33.01 0.89 0.46
Hex DE 80 D 0 2A 5E D 21 59 2E
Octal 336 200 15 0 52 136 15 41 131 56
Binary 11011110 10000000 1101 0 101010 1011110 1101 100001 1011001 101110

Color Harmonies of #DE800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE800D

Black with #DE800D

Text Example


Text Example

White with #DE800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE800D; }

 p { color: rgb(222,128,13); }

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

background-color css

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

 a { background-color: rgb(222,128,13); }

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

border-color css

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

 span { border-color: rgb(222,128,13); }

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