Html Css Color HEX #D97400 Mango Tango

📋 copy color: '#D97400'

red 217 ◦ green 116 ◦ blue 0

#D97400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #D97400

Tints of Mango Tango #D97400

RGB

 RED value IS 217 (85.16% from 255) = 65.17%

 GREEN value IS 116 (45.7% from 255) = 34.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.17%
G = 34.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D97400 (or 0xD97400) is known color: Mango Tango. HEX triplet: D9, 74 and 00. RGB value is (217,116,0). Sum of RGB (Red+Green+Blue) = 217+116+0=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D97400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97400 is #268BFF. Grayscale: #858585. Windows color (decimal): -2526208 or 29913. OLE color: 29913.

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

Color convert

RGB 217 116 0 -
CMYK 0 0.47 1 0.15
HSL 32.07º 1% 0.43% -
HSV(B) 32.07º 1% 0.85% -
XYZ 34.86 27.24 3.42 -
YUV 132.98 52.96 187.93 -
System Red Green Blue C M Y K H S L
Decimal 217 116 0 0 0.47 1 0.15 32.07 1 0.43
Hex D9 74 0 0 2F 64 F 20 64 2B
Octal 331 164 0 0 57 144 17 40 144 53
Binary 11011001 1110100 0 0 101111 1100100 1111 100000 1100100 101011

Color Harmonies of #D97400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97400

Black with #D97400

Text Example


Text Example

White with #D97400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97400; }

 p { color: rgb(217,116,0); }

 H1.HeaderClassName
 {
   color: #D97400;
 }
 .AnyTagClassName
 {
   color: #D97400;
 }
</style>

background-color css

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

 a { background-color: rgb(217,116,0); }

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

border-color css

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

 span { border-color: rgb(217,116,0); }

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