Html Css Color HEX #D86700 Mango Tango

📋 copy color: '#D86700'

red 216 ◦ green 103 ◦ blue 0

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

Shades of Mango Tango #D86700

Tints of Mango Tango #D86700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 67.71%
G = 32.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D86700 (or 0xD86700) is known color: Mango Tango. HEX triplet: D8, 67 and 00. RGB value is (216,103,0). Sum of RGB (Red+Green+Blue) = 216+103+0=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D86700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86700 is #2798FF. Grayscale: #7D7D7D. Windows color (decimal): -2595072 or 26584. OLE color: 26584.

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

Color convert

RGB 216 103 0 -
CMYK 0 0.52 1 0.15
HSL 28.61º 1% 0.42% -
HSV(B) 28.61º 1% 0.85% -
XYZ 33.17 24.3 2.94 -
YUV 125.05 57.44 192.88 -
System Red Green Blue C M Y K H S L
Decimal 216 103 0 0 0.52 1 0.15 28.61 1 0.42
Hex D8 67 0 0 34 64 F 1D 64 2A
Octal 330 147 0 0 64 144 17 35 144 52
Binary 11011000 1100111 0 0 110100 1100100 1111 11101 1100100 101010

Color Harmonies of #D86700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86700

Black with #D86700

Text Example


Text Example

White with #D86700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86700; }

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

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

background-color css

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

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

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

border-color css

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

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

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