#D86D0A

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

Shades of Mango Tango #D86D0A

Tints of Mango Tango #D86D0A

Color information

#D86D0A (or 0xD86D0A) is unknown color: approx Mango Tango. HEX triplet: D8, 6D and 0A. RGB value is (216,109,10). Sum of RGB (Red+Green+Blue) = 216+109+10=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D0A is #2792F5. Grayscale: #828282. Windows color (decimal): -2593526 or 683480. OLE color: 683480.

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

Color convert

RGB21610910-
CMYK00.500.950.15
HSL28.83º91.15%44.31%-
HSV(B)28.83º95.37%84.71%-
XYZ33.8425.563.44-
YUV129.7160.45189.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.48%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=64.48%
G=32.54%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161091000.500.950.1528.8391.1544.31
HexD86DA0325FF1d5b2c
Octal33015512062137173513354
Binary1101100011011011010011001010111111111111011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D0A; }

 p { color: rgb(216,109,10); }

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

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

 a { background-color: rgb(216,109,10); }

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

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

 span { border-color: rgb(216,109,10); }

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