Html Css Color HEX #D86E0C Mango Tango

📋 copy color: '#D86E0C'

red 216 ◦ green 110 ◦ blue 12

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

Shades of Mango Tango #D86E0C

Tints of Mango Tango #D86E0C

RGB

 RED value IS 216 (84.77% from 255) = 63.91%

 GREEN value IS 110 (43.36% from 255) = 32.54%

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

R = 63.91%
G = 32.54%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D86E0C (or 0xD86E0C) is known color: Mango Tango. HEX triplet: D8, 6E and 0C. RGB value is (216,110,12). Sum of RGB (Red+Green+Blue) = 216+110+12=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E0C is #2791F3. Grayscale: #838383. Windows color (decimal): -2593268 or 814808. OLE color: 814808.

HSL color Cylindrical-coordinate representation of color #D86E0C: hue angle of 28.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D86E0C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 110 12 -
CMYK 0 0.49 0.94 0.15
HSL 28.82º 0.89% 0.45% -
HSV(B) 28.82º 0.94% 0.85% -
XYZ 33.96 25.78 3.53 -
YUV 130.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 216 110 12 0 0.49 0.94 0.15 28.82 0.89 0.45
Hex D8 6E C 0 31 5E F 1D 59 2D
Octal 330 156 14 0 61 136 17 35 131 55
Binary 11011000 1101110 1100 0 110001 1011110 1111 11101 1011001 101101

Color Harmonies of #D86E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E0C

Black with #D86E0C

Text Example


Text Example

White with #D86E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E0C; }

 p { color: rgb(216,110,12); }

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

background-color css

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

 a { background-color: rgb(216,110,12); }

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

border-color css

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

 span { border-color: rgb(216,110,12); }

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