#D07908

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

Shades of Mango Tango #D07908

Tints of Mango Tango #D07908

Color information

#D07908 (or 0xD07908) is unknown color: approx Mango Tango. HEX triplet: D0, 79 and 08. RGB value is (208,121,8). Sum of RGB (Red+Green+Blue) = 208+121+8=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D07908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07908 is #2F86F7. Grayscale: #868686. Windows color (decimal): -3114744 or 555472. OLE color: 555472.

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

Color convert

RGB2081218-
CMYK00.420.960.18
HSL33.9º92.59%42.35%-
HSV(B)33.9º96.15%81.57%-
XYZ32.8927.13.73-
YUV134.1356.82180.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.72%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 8 (3.52% from 255) = 2.37%
R=61.72%
G=35.91%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208121800.420.960.1833.992.5942.35
HexD079802A6012225d2a
Octal32017110052140224213552
Binary110100001111001100001010101100000100101000101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07908; }

 p { color: rgb(208,121,8); }

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

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

 a { background-color: rgb(208,121,8); }

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

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

 span { border-color: rgb(208,121,8); }

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