#D3800A

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

Shades of Mango Tango #D3800A

Tints of Mango Tango #D3800A

Color information

#D3800A (or 0xD3800A) is unknown color: approx Mango Tango. HEX triplet: D3, 80 and 0A. RGB value is (211,128,10). Sum of RGB (Red+Green+Blue) = 211+128+10=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D3800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3800A is #2C7FF5. Grayscale: #8B8B8B. Windows color (decimal): -2916342 or 688339. OLE color: 688339.

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

Color convert

RGB21112810-
CMYK00.390.950.17
HSL35.22º90.95%43.33%-
HSV(B)35.22º95.26%82.75%-
XYZ34.6429.314.12-
YUV139.3655179.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.46%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=60.46%
G=36.68%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111281000.390.950.1735.2290.9543.33
HexD380A0275F11235b2b
Octal32320012047137214313353
Binary1101001110000000101001001111011111100011000111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3800A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3800A; }

 p { color: rgb(211,128,10); }

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

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

 a { background-color: rgb(211,128,10); }

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

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

 span { border-color: rgb(211,128,10); }

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