Html Css Color HEX #D86F0C Mango Tango

📋 copy color: '#D86F0C'

red 216 ◦ green 111 ◦ blue 12

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

Shades of Mango Tango #D86F0C

Tints of Mango Tango #D86F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 63.72%
G = 32.74%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D86F0C (or 0xD86F0C) is known color: Mango Tango. HEX triplet: D8, 6F and 0C. RGB value is (216,111,12). Sum of RGB (Red+Green+Blue) = 216+111+12=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86F0C is #2790F3. Grayscale: #838383. Windows color (decimal): -2593012 or 815064. OLE color: 815064.

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

Color convert

RGB 216 111 12 -
CMYK 0 0.49 0.94 0.15
HSL 29.12º 0.89% 0.45% -
HSV(B) 29.12º 0.94% 0.85% -
XYZ 34.07 25.99 3.57 -
YUV 131.11 60.79 188.55 -
System Red Green Blue C M Y K H S L
Decimal 216 111 12 0 0.49 0.94 0.15 29.12 0.89 0.45
Hex D8 6F C 0 31 5E F 1D 59 2D
Octal 330 157 14 0 61 136 17 35 131 55
Binary 11011000 1101111 1100 0 110001 1011110 1111 11101 1011001 101101

Color Harmonies of #D86F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F0C

Black with #D86F0C

Text Example


Text Example

White with #D86F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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