#D87208

Color #D87208 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #D87208

Tints of Mango Tango #D87208

Color information

#D87208 (or 0xD87208) is unknown color: approx Mango Tango. HEX triplet: D8, 72 and 08. RGB value is (216,114,8). Sum of RGB (Red+Green+Blue) = 216+114+8=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D87208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87208 is #278DF7. Grayscale: #848484. Windows color (decimal): -2592248 or 553688. OLE color: 553688.

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

Color convert

RGB2161148-
CMYK00.470.960.15
HSL30.58º92.86%43.92%-
HSV(B)30.58º96.3%84.71%-
XYZ34.3826.653.56-
YUV132.4157.79187.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.91%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 8 (3.52% from 255) = 2.37%
R=63.91%
G=33.73%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216114800.470.960.1530.5892.8643.92
HexD872802F60F1f5d2c
Octal33016210057140173713554
Binary1101100011100101000010111111000001111111111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87208; }

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

 H1.HeaderClassName
 {
   color: #D87208;
 }
 .AnyTagClassName
 {
   color: #D87208;
 }
</style>
background-color css

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

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

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

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

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

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