#D98204

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

Shades of Mango Tango #D98204

Tints of Mango Tango #D98204

Color information

#D98204 (or 0xD98204) is unknown color: approx Mango Tango. HEX triplet: D9, 82 and 04. RGB value is (217,130,4). Sum of RGB (Red+Green+Blue) = 217+130+4=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D98204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98204 is #267DFB. Grayscale: #8E8E8E. Windows color (decimal): -2522620 or 295641. OLE color: 295641.

HSL color Cylindrical-coordinate representation of color #D98204: hue angle of 35.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D98204 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB2171304-
CMYK00.400.980.15
HSL35.49º96.38%43.33%-
HSV(B)35.49º98.16%85.1%-
XYZ36.6230.734.12-
YUV141.6550.32181.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.82%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 4 (1.95% from 255) = 1.14%
R=61.82%
G=37.04%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217130400.400.980.1535.4996.3843.33
HexD982402862F23602b
Octal3312024050142174314053
Binary11011001100000101000101000110001011111000111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98204; }

 p { color: rgb(217,130,4); }

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

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

 a { background-color: rgb(217,130,4); }

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

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

 span { border-color: rgb(217,130,4); }

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