Html Css Color HEX #D97000 Mango Tango

📋 copy color: '#D97000'

red 217 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #D97000

Tints of Mango Tango #D97000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

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

R = 65.96%
G = 34.04%
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

#D97000 (or 0xD97000) is known color: Mango Tango. HEX triplet: D9, 70 and 00. RGB value is (217,112,0). Sum of RGB (Red+Green+Blue) = 217+112+0=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D97000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97000 is #268FFF. Grayscale: #838383. Windows color (decimal): -2527232 or 28889. OLE color: 28889.

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

Color convert

RGB 217 112 0 -
CMYK 0 0.48 1 0.15
HSL 30.97º 1% 0.43% -
HSV(B) 30.97º 1% 0.85% -
XYZ 34.41 26.34 3.27 -
YUV 130.63 54.29 189.61 -
System Red Green Blue C M Y K H S L
Decimal 217 112 0 0 0.48 1 0.15 30.97 1 0.43
Hex D9 70 0 0 30 64 F 1F 64 2B
Octal 331 160 0 0 60 144 17 37 144 53
Binary 11011001 1110000 0 0 110000 1100100 1111 11111 1100100 101011

Color Harmonies of #D97000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97000

Black with #D97000

Text Example


Text Example

White with #D97000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97000; }

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

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

background-color css

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

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

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

border-color css

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

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

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