Html Css Color HEX #DE7A12 Mango Tango

📋 copy color: '#DE7A12'

red 222 ◦ green 122 ◦ blue 18

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

Shades of Mango Tango #DE7A12

Tints of Mango Tango #DE7A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 61.33%
G = 33.7%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE7A12 (or 0xDE7A12) is known color: Mango Tango. HEX triplet: DE, 7A and 12. RGB value is (222,122,18). Sum of RGB (Red+Green+Blue) = 222+122+18=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7A12 is #2185ED. Grayscale: #8C8C8C. Windows color (decimal): -2196974 or 1211102. OLE color: 1211102.

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

Color convert

RGB 222 122 18 -
CMYK 0 0.45 0.92 0.13
HSL 30.59º 0.85% 0.47% -
HSV(B) 30.59º 0.92% 0.87% -
XYZ 37.19 29.49 4.3 -
YUV 140.04 59.13 186.46 -
System Red Green Blue C M Y K H S L
Decimal 222 122 18 0 0.45 0.92 0.13 30.59 0.85 0.47
Hex DE 7A 12 0 2D 5C D 1F 55 2F
Octal 336 172 22 0 55 134 15 37 125 57
Binary 11011110 1111010 10010 0 101101 1011100 1101 11111 1010101 101111

Color Harmonies of #DE7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7A12

Black with #DE7A12

Text Example


Text Example

White with #DE7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7A12; }

 p { color: rgb(222,122,18); }

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

background-color css

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

 a { background-color: rgb(222,122,18); }

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

border-color css

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

 span { border-color: rgb(222,122,18); }

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