Html Css Color HEX #D86B01 Mango Tango

📋 copy color: '#D86B01'

red 216 ◦ green 107 ◦ blue 1

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

Shades of Mango Tango #D86B01

Tints of Mango Tango #D86B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.02%

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

R = 66.67%
G = 33.02%
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

#D86B01 (or 0xD86B01) is known color: Mango Tango. HEX triplet: D8, 6B and 01. RGB value is (216,107,1). Sum of RGB (Red+Green+Blue) = 216+107+1=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86B01 is #2794FE. Grayscale: #808080. Windows color (decimal): -2594047 or 93144. OLE color: 93144.

HSL color Cylindrical-coordinate representation of color #D86B01: hue angle of 29.58º 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 #D86B01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 107 1 -
CMYK 0 0.50 1.00 0.15
HSL 29.58º 0.99% 0.43% -
HSV(B) 29.58º 1% 0.85% -
XYZ 33.58 25.12 3.11 -
YUV 127.51 56.61 191.12 -
System Red Green Blue C M Y K H S L
Decimal 216 107 1 0 0.50 1.00 0.15 29.58 0.99 0.43
Hex D8 6B 1 0 32 64 F 1E 63 2B
Octal 330 153 1 0 62 144 17 36 143 53
Binary 11011000 1101011 1 0 110010 1100100 1111 11110 1100011 101011

Color Harmonies of #D86B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B01

Black with #D86B01

Text Example


Text Example

White with #D86B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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