#D97204

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

Shades of Mango Tango #D97204

Tints of Mango Tango #D97204

Color information

#D97204 (or 0xD97204) is unknown color: approx Mango Tango. HEX triplet: D9, 72 and 04. RGB value is (217,114,4). Sum of RGB (Red+Green+Blue) = 217+114+4=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D97204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97204 is #268DFB. Grayscale: #848484. Windows color (decimal): -2526716 or 291545. OLE color: 291545.

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

Color convert

RGB2171144-
CMYK00.470.980.15
HSL30.99º96.38%43.33%-
HSV(B)30.99º98.16%85.1%-
XYZ34.6526.83.46-
YUV132.2655.62188.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.78%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 4 (1.95% from 255) = 1.19%
R=64.78%
G=34.03%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217114400.470.980.1530.9996.3843.33
HexD972402F62F1f602b
Octal3311624057142173714053
Binary110110011110010100010111111000101111111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97204; }

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

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

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

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

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

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

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

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