Html Css Color HEX #D86F01 Mango Tango

📋 copy color: '#D86F01'

red 216 ◦ green 111 ◦ blue 1

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

Shades of Mango Tango #D86F01

Tints of Mango Tango #D86F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.84%

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

R = 65.85%
G = 33.84%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D86F01 (or 0xD86F01) is known color: Mango Tango. HEX triplet: D8, 6F and 01. RGB value is (216,111,1). Sum of RGB (Red+Green+Blue) = 216+111+1=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86F01 is #2790FE. Grayscale: #828282. Windows color (decimal): -2593023 or 94168. OLE color: 94168.

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

Color convert

RGB 216 111 1 -
CMYK 0 0.49 1.00 0.15
HSL 30.7º 0.99% 0.43% -
HSV(B) 30.7º 1% 0.85% -
XYZ 34.01 25.97 3.25 -
YUV 129.86 55.29 189.44 -
System Red Green Blue C M Y K H S L
Decimal 216 111 1 0 0.49 1.00 0.15 30.7 0.99 0.43
Hex D8 6F 1 0 31 64 F 1F 63 2B
Octal 330 157 1 0 61 144 17 37 143 53
Binary 11011000 1101111 1 0 110001 1100100 1111 11111 1100011 101011

Color Harmonies of #D86F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F01

Black with #D86F01

Text Example


Text Example

White with #D86F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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