#D98004

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

Shades of Mango Tango #D98004

Tints of Mango Tango #D98004

Color information

#D98004 (or 0xD98004) is unknown color: approx Mango Tango. HEX triplet: D9, 80 and 04. RGB value is (217,128,4). Sum of RGB (Red+Green+Blue) = 217+128+4=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D98004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98004 is #267FFB. Grayscale: #8D8D8D. Windows color (decimal): -2523132 or 295129. OLE color: 295129.

HSL color Cylindrical-coordinate representation of color #D98004: hue angle of 34.93º 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 #D98004 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB2171284-
CMYK00.410.980.15
HSL34.93º96.38%43.33%-
HSV(B)34.93º98.16%85.1%-
XYZ36.3630.24.03-
YUV140.4850.99182.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.18%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=62.18%
G=36.68%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217128400.410.980.1534.9396.3843.33
HexD980402962F23602b
Octal3312004051142174314053
Binary11011001100000001000101001110001011111000111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98004; }

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

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

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

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

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

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

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

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