Html Css Color HEX #DE7F0C Mango Tango

📋 copy color: '#DE7F0C'

red 222 ◦ green 127 ◦ blue 12

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

Shades of Mango Tango #DE7F0C

Tints of Mango Tango #DE7F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 61.5%
G = 35.18%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE7F0C (or 0xDE7F0C) is known color: Mango Tango. HEX triplet: DE, 7F and 0C. RGB value is (222,127,12). Sum of RGB (Red+Green+Blue) = 222+127+12=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7F0C is #2180F3. Grayscale: #8E8E8E. Windows color (decimal): -2195700 or 819166. OLE color: 819166.

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

Color convert

RGB 222 127 12 -
CMYK 0 0.43 0.95 0.13
HSL 32.86º 0.9% 0.46% -
HSV(B) 32.86º 0.95% 0.87% -
XYZ 37.78 30.73 4.29 -
YUV 142.3 54.47 184.85 -
System Red Green Blue C M Y K H S L
Decimal 222 127 12 0 0.43 0.95 0.13 32.86 0.9 0.46
Hex DE 7F C 0 2B 5F D 21 5A 2E
Octal 336 177 14 0 53 137 15 41 132 56
Binary 11011110 1111111 1100 0 101011 1011111 1101 100001 1011010 101110

Color Harmonies of #DE7F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F0C

Black with #DE7F0C

Text Example


Text Example

White with #DE7F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F0C; }

 p { color: rgb(222,127,12); }

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

background-color css

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

 a { background-color: rgb(222,127,12); }

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

border-color css

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

 span { border-color: rgb(222,127,12); }

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