Html Css Color HEX #D97C07 Mango Tango

📋 copy color: '#D97C07'

red 217 ◦ green 124 ◦ blue 7

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

Shades of Mango Tango #D97C07

Tints of Mango Tango #D97C07

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.63%

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 62.36%
G = 35.63%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D97C07 (or 0xD97C07) is known color: Mango Tango. HEX triplet: D9, 7C and 07. RGB value is (217,124,7). Sum of RGB (Red+Green+Blue) = 217+124+7=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97C07 is #2683F8. Grayscale: #8B8B8B. Windows color (decimal): -2524153 or 490713. OLE color: 490713.

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

Color convert

RGB 217 124 7 -
CMYK 0 0.43 0.97 0.15
HSL 33.43º 0.94% 0.44% -
HSV(B) 33.43º 0.97% 0.85% -
XYZ 35.86 29.18 3.94 -
YUV 138.47 53.81 184.01 -
System Red Green Blue C M Y K H S L
Decimal 217 124 7 0 0.43 0.97 0.15 33.43 0.94 0.44
Hex D9 7C 7 0 2B 61 F 21 5E 2C
Octal 331 174 7 0 53 141 17 41 136 54
Binary 11011001 1111100 111 0 101011 1100001 1111 100001 1011110 101100

Color Harmonies of #D97C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C07

Black with #D97C07

Text Example


Text Example

White with #D97C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C07; }

 p { color: rgb(217,124,7); }

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

background-color css

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

 a { background-color: rgb(217,124,7); }

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

border-color css

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

 span { border-color: rgb(217,124,7); }

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