Html Css Color HEX #D86C03 Mango Tango

📋 copy color: '#D86C03'

red 216 ◦ green 108 ◦ blue 3

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

Shades of Mango Tango #D86C03

Tints of Mango Tango #D86C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 66.06%
G = 33.03%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D86C03 (or 0xD86C03) is known color: Mango Tango. HEX triplet: D8, 6C and 03. RGB value is (216,108,3). Sum of RGB (Red+Green+Blue) = 216+108+3=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C03 is #2793FC. Grayscale: #808080. Windows color (decimal): -2593789 or 224472. OLE color: 224472.

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

Color convert

RGB 216 108 3 -
CMYK 0 0.50 0.99 0.15
HSL 29.58º 0.97% 0.43% -
HSV(B) 29.58º 0.99% 0.85% -
XYZ 33.7 25.33 3.2 -
YUV 128.32 57.28 190.54 -
System Red Green Blue C M Y K H S L
Decimal 216 108 3 0 0.50 0.99 0.15 29.58 0.97 0.43
Hex D8 6C 3 0 32 63 F 1E 61 2B
Octal 330 154 3 0 62 143 17 36 141 53
Binary 11011000 1101100 11 0 110010 1100011 1111 11110 1100001 101011

Color Harmonies of #D86C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C03

Black with #D86C03

Text Example


Text Example

White with #D86C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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