Html Css Color HEX #DE7B0C Mango Tango

📋 copy color: '#DE7B0C'

red 222 ◦ green 123 ◦ blue 12

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

Shades of Mango Tango #DE7B0C

Tints of Mango Tango #DE7B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

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

R = 62.18%
G = 34.45%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE7B0C (or 0xDE7B0C) is known color: Mango Tango. HEX triplet: DE, 7B and 0C. RGB value is (222,123,12). Sum of RGB (Red+Green+Blue) = 222+123+12=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7B0C is #2184F3. Grayscale: #8C8C8C. Windows color (decimal): -2196724 or 818142. OLE color: 818142.

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

Color convert

RGB 222 123 12 -
CMYK 0 0.45 0.95 0.13
HSL 31.71º 0.9% 0.46% -
HSV(B) 31.71º 0.95% 0.87% -
XYZ 37.27 29.72 4.12 -
YUV 139.95 55.8 186.53 -
System Red Green Blue C M Y K H S L
Decimal 222 123 12 0 0.45 0.95 0.13 31.71 0.9 0.46
Hex DE 7B C 0 2D 5F D 20 5A 2E
Octal 336 173 14 0 55 137 15 40 132 56
Binary 11011110 1111011 1100 0 101101 1011111 1101 100000 1011010 101110

Color Harmonies of #DE7B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B0C

Black with #DE7B0C

Text Example


Text Example

White with #DE7B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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