Html Css Color HEX #DE7D0B Mango Tango

📋 copy color: '#DE7D0B'

red 222 ◦ green 125 ◦ blue 11

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

Shades of Mango Tango #DE7D0B

Tints of Mango Tango #DE7D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 11 (4.69% from 255) = 3.07%

R = 62.01%
G = 34.92%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE7D0B (or 0xDE7D0B) is known color: Mango Tango. HEX triplet: DE, 7D and 0B. RGB value is (222,125,11). Sum of RGB (Red+Green+Blue) = 222+125+11=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7D0B is #2182F4. Grayscale: #8D8D8D. Windows color (decimal): -2196213 or 753118. OLE color: 753118.

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

Color convert

RGB 222 125 11 -
CMYK 0 0.44 0.95 0.13
HSL 32.42º 0.91% 0.46% -
HSV(B) 32.42º 0.95% 0.87% -
XYZ 37.52 30.22 4.17 -
YUV 141.01 54.64 185.77 -
System Red Green Blue C M Y K H S L
Decimal 222 125 11 0 0.44 0.95 0.13 32.42 0.91 0.46
Hex DE 7D B 0 2C 5F D 20 5B 2E
Octal 336 175 13 0 54 137 15 40 133 56
Binary 11011110 1111101 1011 0 101100 1011111 1101 100000 1011011 101110

Color Harmonies of #DE7D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D0B

Black with #DE7D0B

Text Example


Text Example

White with #DE7D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D0B; }

 p { color: rgb(222,125,11); }

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

background-color css

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

 a { background-color: rgb(222,125,11); }

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

border-color css

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

 span { border-color: rgb(222,125,11); }

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