Html Css Color HEX #D86802 Mango Tango

📋 copy color: '#D86802'

red 216 ◦ green 104 ◦ blue 2

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

Shades of Mango Tango #D86802

Tints of Mango Tango #D86802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.3%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 67.08%
G = 32.3%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D86802 (or 0xD86802) is known color: Mango Tango. HEX triplet: D8, 68 and 02. RGB value is (216,104,2). Sum of RGB (Red+Green+Blue) = 216+104+2=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D86802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86802 is #2797FD. Grayscale: #7E7E7E. Windows color (decimal): -2594814 or 157912. OLE color: 157912.

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

Color convert

RGB 216 104 2 -
CMYK 0 0.52 0.99 0.15
HSL 28.6º 0.98% 0.43% -
HSV(B) 28.6º 0.99% 0.85% -
XYZ 33.28 24.5 3.03 -
YUV 125.86 58.11 192.29 -
System Red Green Blue C M Y K H S L
Decimal 216 104 2 0 0.52 0.99 0.15 28.6 0.98 0.43
Hex D8 68 2 0 34 63 F 1D 62 2B
Octal 330 150 2 0 64 143 17 35 142 53
Binary 11011000 1101000 10 0 110100 1100011 1111 11101 1100010 101011

Color Harmonies of #D86802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86802

Black with #D86802

Text Example


Text Example

White with #D86802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86802; }

 p { color: rgb(216,104,2); }

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

background-color css

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

 a { background-color: rgb(216,104,2); }

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

border-color css

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

 span { border-color: rgb(216,104,2); }

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