Html Css Color HEX #D86C08 Mango Tango

📋 copy color: '#D86C08'

red 216 ◦ green 108 ◦ blue 8

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

Shades of Mango Tango #D86C08

Tints of Mango Tango #D86C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 8 (3.52% from 255) = 2.41%

R = 65.06%
G = 32.53%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D86C08 (or 0xD86C08) is known color: Mango Tango. HEX triplet: D8, 6C and 08. RGB value is (216,108,8). Sum of RGB (Red+Green+Blue) = 216+108+8=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C08 is #2793F7. Grayscale: #818181. Windows color (decimal): -2593784 or 552152. OLE color: 552152.

HSL color Cylindrical-coordinate representation of color #D86C08: hue angle of 28.85º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D86C08 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 8 -
CMYK 0 0.50 0.96 0.15
HSL 28.85º 0.93% 0.44% -
HSV(B) 28.85º 0.96% 0.85% -
XYZ 33.73 25.34 3.34 -
YUV 128.89 59.78 190.13 -
System Red Green Blue C M Y K H S L
Decimal 216 108 8 0 0.50 0.96 0.15 28.85 0.93 0.44
Hex D8 6C 8 0 32 60 F 1D 5D 2C
Octal 330 154 10 0 62 140 17 35 135 54
Binary 11011000 1101100 1000 0 110010 1100000 1111 11101 1011101 101100

Color Harmonies of #D86C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C08

Black with #D86C08

Text Example


Text Example

White with #D86C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C08; }

 p { color: rgb(216,108,8); }

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

background-color css

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

 a { background-color: rgb(216,108,8); }

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

border-color css

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

 span { border-color: rgb(216,108,8); }

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