Html Css Color HEX #D86F05 Mango Tango

📋 copy color: '#D86F05'

red 216 ◦ green 111 ◦ blue 5

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

Shades of Mango Tango #D86F05

Tints of Mango Tango #D86F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 65.06%
G = 33.43%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D86F05 (or 0xD86F05) is known color: Mango Tango. HEX triplet: D8, 6F and 05. RGB value is (216,111,5). Sum of RGB (Red+Green+Blue) = 216+111+5=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86F05 is #2790FA. Grayscale: #828282. Windows color (decimal): -2593019 or 356312. OLE color: 356312.

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

Color convert

RGB 216 111 5 -
CMYK 0 0.49 0.98 0.15
HSL 30.14º 0.95% 0.43% -
HSV(B) 30.14º 0.98% 0.85% -
XYZ 34.03 25.98 3.36 -
YUV 130.31 57.29 189.12 -
System Red Green Blue C M Y K H S L
Decimal 216 111 5 0 0.49 0.98 0.15 30.14 0.95 0.43
Hex D8 6F 5 0 31 62 F 1E 5F 2B
Octal 330 157 5 0 61 142 17 36 137 53
Binary 11011000 1101111 101 0 110001 1100010 1111 11110 1011111 101011

Color Harmonies of #D86F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F05

Black with #D86F05

Text Example


Text Example

White with #D86F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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