Html Css Color HEX #DE810C Mango Tango

📋 copy color: '#DE810C'

red 222 ◦ green 129 ◦ blue 12

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

Shades of Mango Tango #DE810C

Tints of Mango Tango #DE810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 61.16%
G = 35.54%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE810C (or 0xDE810C) is known color: Mango Tango. HEX triplet: DE, 81 and 0C. RGB value is (222,129,12). Sum of RGB (Red+Green+Blue) = 222+129+12=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE810C is #217EF3. Grayscale: #909090. Windows color (decimal): -2195188 or 819678. OLE color: 819678.

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

Color convert

RGB 222 129 12 -
CMYK 0 0.42 0.95 0.13
HSL 33.43º 0.9% 0.46% -
HSV(B) 33.43º 0.95% 0.87% -
XYZ 38.04 31.26 4.38 -
YUV 143.47 53.81 184.01 -
System Red Green Blue C M Y K H S L
Decimal 222 129 12 0 0.42 0.95 0.13 33.43 0.9 0.46
Hex DE 81 C 0 2A 5F D 21 5A 2E
Octal 336 201 14 0 52 137 15 41 132 56
Binary 11011110 10000001 1100 0 101010 1011111 1101 100001 1011010 101110

Color Harmonies of #DE810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE810C

Black with #DE810C

Text Example


Text Example

White with #DE810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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