#D77C08

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

Shades of Mango Tango #D77C08

Tints of Mango Tango #D77C08

Color information

#D77C08 (or 0xD77C08) is unknown color: approx Mango Tango. HEX triplet: D7, 7C and 08. RGB value is (215,124,8). Sum of RGB (Red+Green+Blue) = 215+124+8=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C08 is #2883F7. Grayscale: #8A8A8A. Windows color (decimal): -2655224 or 556247. OLE color: 556247.

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

Color convert

RGB2151248-
CMYK00.420.960.16
HSL33.62º92.83%43.73%-
HSV(B)33.62º96.28%84.31%-
XYZ35.2828.883.94-
YUV137.9854.65182.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.96%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=61.96%
G=35.73%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215124800.420.960.1633.6292.8343.73
HexD77C802A6010225d2c
Octal32717410052140204213554
Binary110101111111100100001010101100000100001000101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77C08; }

 p { color: rgb(215,124,8); }

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

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

 a { background-color: rgb(215,124,8); }

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

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

 span { border-color: rgb(215,124,8); }

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