#D07A07

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

Shades of Mango Tango #D07A07

Tints of Mango Tango #D07A07

Color information

#D07A07 (or 0xD07A07) is unknown color: approx Mango Tango. HEX triplet: D0, 7A and 07. RGB value is (208,122,7). Sum of RGB (Red+Green+Blue) = 208+122+7=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A07 is #2F85F8. Grayscale: #878787. Windows color (decimal): -3114489 or 490192. OLE color: 490192.

HSL color Cylindrical-coordinate representation of color #D07A07: hue angle of 34.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D07A07 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB2081227-
CMYK00.410.970.18
HSL34.33º93.49%42.16%-
HSV(B)34.33º96.63%81.57%-
XYZ33.0127.343.74-
YUV134.655.99180.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.72%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 7 (3.12% from 255) = 2.08%
R=61.72%
G=36.20%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208122700.410.970.1834.3393.4942.16
HexD07A70296112225d2a
Octal3201727051141224213552
Binary11010000111101011101010011100001100101000101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A07; }

 p { color: rgb(208,122,7); }

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

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

 a { background-color: rgb(208,122,7); }

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

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

 span { border-color: rgb(208,122,7); }

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