#D07101

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

Shades of Mango Tango #D07101

Tints of Mango Tango #D07101

Color information

#D07101 (or 0xD07101) is unknown color: approx Mango Tango. HEX triplet: D0, 71 and 01. RGB value is (208,113,1). Sum of RGB (Red+Green+Blue) = 208+113+1=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D07101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07101 is #2F8EFE. Grayscale: #818181. Windows color (decimal): -3116799 or 94672. OLE color: 94672.

HSL color Cylindrical-coordinate representation of color #D07101: hue angle of 32.46º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D07101 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB2081131-
CMYK00.461.000.18
HSL32.46º99.04%40.98%-
HSV(B)32.46º99.52%81.57%-
XYZ31.9225.223.21-
YUV128.6455.97184.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64.60%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=64.60%
G=35.09%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208113100.461.000.1832.4699.0440.98
HexD071102E6412206329
Octal3201611056144224014351
Binary110100001110001101011101100100100101000001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07101; }

 p { color: rgb(208,113,1); }

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

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

 a { background-color: rgb(208,113,1); }

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

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

 span { border-color: rgb(208,113,1); }

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