Html Css Color HEX #DE670C Mango Tango

📋 copy color: '#DE670C'

red 222 ◦ green 103 ◦ blue 12

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

Shades of Mango Tango #DE670C

Tints of Mango Tango #DE670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 65.88%
G = 30.56%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE670C (or 0xDE670C) is known color: Mango Tango. HEX triplet: DE, 67 and 0C. RGB value is (222,103,12). Sum of RGB (Red+Green+Blue) = 222+103+12=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE670C is #2198F3. Grayscale: #808080. Windows color (decimal): -2201844 or 813022. OLE color: 813022.

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

Color convert

RGB 222 103 12 -
CMYK 0 0.54 0.95 0.13
HSL 26º 0.9% 0.46% -
HSV(B) 26º 0.95% 0.87% -
XYZ 35.04 25.26 3.38 -
YUV 128.21 62.42 194.9 -
System Red Green Blue C M Y K H S L
Decimal 222 103 12 0 0.54 0.95 0.13 26 0.9 0.46
Hex DE 67 C 0 36 5F D 1A 5A 2E
Octal 336 147 14 0 66 137 15 32 132 56
Binary 11011110 1100111 1100 0 110110 1011111 1101 11010 1011010 101110

Color Harmonies of #DE670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE670C

Black with #DE670C

Text Example


Text Example

White with #DE670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE670C; }

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

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

background-color css

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

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

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

border-color css

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

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

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