Html Css Color HEX #D86C01 Mango Tango

📋 copy color: '#D86C01'

red 216 ◦ green 108 ◦ blue 1

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

Shades of Mango Tango #D86C01

Tints of Mango Tango #D86C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 66.46%
G = 33.23%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D86C01 (or 0xD86C01) is known color: Mango Tango. HEX triplet: D8, 6C and 01. RGB value is (216,108,1). Sum of RGB (Red+Green+Blue) = 216+108+1=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C01 is #2793FE. Grayscale: #808080. Windows color (decimal): -2593791 or 93400. OLE color: 93400.

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

Color convert

RGB 216 108 1 -
CMYK 0 0.50 1.00 0.15
HSL 29.86º 0.99% 0.43% -
HSV(B) 29.86º 1% 0.85% -
XYZ 33.69 25.33 3.14 -
YUV 128.09 56.28 190.7 -
System Red Green Blue C M Y K H S L
Decimal 216 108 1 0 0.50 1.00 0.15 29.86 0.99 0.43
Hex D8 6C 1 0 32 64 F 1E 63 2B
Octal 330 154 1 0 62 144 17 36 143 53
Binary 11011000 1101100 1 0 110010 1100100 1111 11110 1100011 101011

Color Harmonies of #D86C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C01

Black with #D86C01

Text Example


Text Example

White with #D86C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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