Html Css Color HEX #DE770D Mango Tango

📋 copy color: '#DE770D'

red 222 ◦ green 119 ◦ blue 13

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

Shades of Mango Tango #DE770D

Tints of Mango Tango #DE770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 62.71%
G = 33.62%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE770D (or 0xDE770D) is known color: Mango Tango. HEX triplet: DE, 77 and 0D. RGB value is (222,119,13). Sum of RGB (Red+Green+Blue) = 222+119+13=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE770D is #2188F2. Grayscale: #8A8A8A. Windows color (decimal): -2197747 or 882654. OLE color: 882654.

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

Color convert

RGB 222 119 13 -
CMYK 0 0.46 0.94 0.13
HSL 30.43º 0.89% 0.46% -
HSV(B) 30.43º 0.94% 0.87% -
XYZ 36.79 28.75 3.99 -
YUV 137.71 57.62 188.12 -
System Red Green Blue C M Y K H S L
Decimal 222 119 13 0 0.46 0.94 0.13 30.43 0.89 0.46
Hex DE 77 D 0 2E 5E D 1E 59 2E
Octal 336 167 15 0 56 136 15 36 131 56
Binary 11011110 1110111 1101 0 101110 1011110 1101 11110 1011001 101110

Color Harmonies of #DE770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE770D

Black with #DE770D

Text Example


Text Example

White with #DE770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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