Html Css Color HEX #DE820F Mango Tango

📋 copy color: '#DE820F'

red 222 ◦ green 130 ◦ blue 15

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

Shades of Mango Tango #DE820F

Tints of Mango Tango #DE820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 60.49%
G = 35.42%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE820F (or 0xDE820F) is known color: Mango Tango. HEX triplet: DE, 82 and 0F. RGB value is (222,130,15). Sum of RGB (Red+Green+Blue) = 222+130+15=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE820F is #217DF0. Grayscale: #909090. Windows color (decimal): -2194929 or 1016542. OLE color: 1016542.

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

Color convert

RGB 222 130 15 -
CMYK 0 0.41 0.93 0.13
HSL 33.33º 0.87% 0.46% -
HSV(B) 33.33º 0.93% 0.87% -
XYZ 38.19 31.53 4.52 -
YUV 144.4 54.98 183.35 -
System Red Green Blue C M Y K H S L
Decimal 222 130 15 0 0.41 0.93 0.13 33.33 0.87 0.46
Hex DE 82 F 0 29 5D D 21 57 2E
Octal 336 202 17 0 51 135 15 41 127 56
Binary 11011110 10000010 1111 0 101001 1011101 1101 100001 1010111 101110

Color Harmonies of #DE820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE820F

Black with #DE820F

Text Example


Text Example

White with #DE820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE820F; }

 p { color: rgb(222,130,15); }

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

background-color css

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

 a { background-color: rgb(222,130,15); }

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

border-color css

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

 span { border-color: rgb(222,130,15); }

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