Html Css Color HEX #D97300 Mango Tango

📋 copy color: '#D97300'

red 217 ◦ green 115 ◦ blue 0

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

Shades of Mango Tango #D97300

Tints of Mango Tango #D97300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

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

R = 65.36%
G = 34.64%
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

#D97300 (or 0xD97300) is known color: Mango Tango. HEX triplet: D9, 73 and 00. RGB value is (217,115,0). Sum of RGB (Red+Green+Blue) = 217+115+0=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D97300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97300 is #268CFF. Grayscale: #848484. Windows color (decimal): -2526464 or 29657. OLE color: 29657.

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

Color convert

RGB 217 115 0 -
CMYK 0 0.47 1 0.15
HSL 31.8º 1% 0.43% -
HSV(B) 31.8º 1% 0.85% -
XYZ 34.75 27.01 3.38 -
YUV 132.39 53.29 188.35 -
System Red Green Blue C M Y K H S L
Decimal 217 115 0 0 0.47 1 0.15 31.8 1 0.43
Hex D9 73 0 0 2F 64 F 20 64 2B
Octal 331 163 0 0 57 144 17 40 144 53
Binary 11011001 1110011 0 0 101111 1100100 1111 100000 1100100 101011

Color Harmonies of #D97300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97300

Black with #D97300

Text Example


Text Example

White with #D97300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97300; }

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

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

background-color css

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

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

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

border-color css

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

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

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