Html Css Color HEX #D97100 Mango Tango

📋 copy color: '#D97100'

red 217 ◦ green 113 ◦ blue 0

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

Shades of Mango Tango #D97100

Tints of Mango Tango #D97100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

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

R = 65.76%
G = 34.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D97100 (or 0xD97100) is known color: Mango Tango. HEX triplet: D9, 71 and 00. RGB value is (217,113,0). Sum of RGB (Red+Green+Blue) = 217+113+0=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D97100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97100 is #268EFF. Grayscale: #838383. Windows color (decimal): -2526976 or 29145. OLE color: 29145.

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

Color convert

RGB 217 113 0 -
CMYK 0 0.48 1 0.15
HSL 31.24º 1% 0.43% -
HSV(B) 31.24º 1% 0.85% -
XYZ 34.52 26.56 3.31 -
YUV 131.21 53.96 189.19 -
System Red Green Blue C M Y K H S L
Decimal 217 113 0 0 0.48 1 0.15 31.24 1 0.43
Hex D9 71 0 0 30 64 F 1F 64 2B
Octal 331 161 0 0 60 144 17 37 144 53
Binary 11011001 1110001 0 0 110000 1100100 1111 11111 1100100 101011

Color Harmonies of #D97100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97100

Black with #D97100

Text Example


Text Example

White with #D97100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97100; }

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

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

background-color css

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

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

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

border-color css

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

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

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