#D76D0B

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

Shades of Mango Tango #D76D0B

Tints of Mango Tango #D76D0B

Color information

#D76D0B (or 0xD76D0B) is unknown color: approx Mango Tango. HEX triplet: D7, 6D and 0B. RGB value is (215,109,11). Sum of RGB (Red+Green+Blue) = 215+109+11=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D0B is #2892F4. Grayscale: #828282. Windows color (decimal): -2659061 or 749015. OLE color: 749015.

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

Color convert

RGB21510911-
CMYK00.490.950.16
HSL28.82º90.27%44.31%-
HSV(B)28.82º94.88%84.31%-
XYZ33.5525.413.45-
YUV129.5261.12188.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.18%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 11 (4.69% from 255) = 3.28%
R=64.18%
G=32.54%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151091100.490.950.1628.8290.2744.31
HexD76DB0315F101d5a2c
Octal32715513061137203513254
Binary11010111110110110110110001101111110000111011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D0B; }

 p { color: rgb(215,109,11); }

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

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

 a { background-color: rgb(215,109,11); }

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

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

 span { border-color: rgb(215,109,11); }

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