Html Css Color HEX #D86C00 Mango Tango

📋 copy color: '#D86C00'

red 216 ◦ green 108 ◦ blue 0

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

Shades of Mango Tango #D86C00

Tints of Mango Tango #D86C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D86C00 (or 0xD86C00) is known color: Mango Tango. HEX triplet: D8, 6C and 00. RGB value is (216,108,0). Sum of RGB (Red+Green+Blue) = 216+108+0=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C00 is #2793FF. Grayscale: #808080. Windows color (decimal): -2593792 or 27864. OLE color: 27864.

HSL color Cylindrical-coordinate representation of color #D86C00: hue angle of 30º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D86C00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 0 -
CMYK 0 0.50 1 0.15
HSL 30º 1% 0.42% -
HSV(B) 30º 1% 0.85% -
XYZ 33.68 25.32 3.11 -
YUV 127.98 55.78 190.78 -
System Red Green Blue C M Y K H S L
Decimal 216 108 0 0 0.50 1 0.15 30 1 0.42
Hex D8 6C 0 0 32 64 F 1E 64 2A
Octal 330 154 0 0 62 144 17 36 144 52
Binary 11011000 1101100 0 0 110010 1100100 1111 11110 1100100 101010

Color Harmonies of #D86C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C00

Black with #D86C00

Text Example


Text Example

White with #D86C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C00; }

 p { color: rgb(216,108,0); }

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

background-color css

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

 a { background-color: rgb(216,108,0); }

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

border-color css

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

 span { border-color: rgb(216,108,0); }

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