#D38106

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

Shades of Mango Tango #D38106

Tints of Mango Tango #D38106

Color information

#D38106 (or 0xD38106) is unknown color: approx Mango Tango. HEX triplet: D3, 81 and 06. RGB value is (211,129,6). Sum of RGB (Red+Green+Blue) = 211+129+6=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D38106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38106 is #2C7EF9. Grayscale: #8C8C8C. Windows color (decimal): -2916090 or 426451. OLE color: 426451.

HSL color Cylindrical-coordinate representation of color #D38106: hue angle of 36º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D38106 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB2111296-
CMYK00.390.970.17
HSL36º94.47%42.55%-
HSV(B)36º97.16%82.75%-
XYZ34.7529.564.05-
YUV139.552.67179-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.98%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=60.98%
G=37.28%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211129600.390.970.173694.4742.55
HexD38160276111245e2b
Octal3232016047141214413653
Binary110100111000000111001001111100001100011001001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38106; }

 p { color: rgb(211,129,6); }

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

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

 a { background-color: rgb(211,129,6); }

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

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

 span { border-color: rgb(211,129,6); }

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