Html Css Color HEX #D97A0E Mango Tango

📋 copy color: '#D97A0E'

red 217 ◦ green 122 ◦ blue 14

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

Shades of Mango Tango #D97A0E

Tints of Mango Tango #D97A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 61.47%
G = 34.56%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D97A0E (or 0xD97A0E) is known color: Mango Tango. HEX triplet: D9, 7A and 0E. RGB value is (217,122,14). Sum of RGB (Red+Green+Blue) = 217+122+14=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97A0E is #2685F1. Grayscale: #8A8A8A. Windows color (decimal): -2524658 or 948953. OLE color: 948953.

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

Color convert

RGB 217 122 14 -
CMYK 0 0.44 0.94 0.15
HSL 31.92º 0.88% 0.45% -
HSV(B) 31.92º 0.94% 0.85% -
XYZ 35.65 28.7 4.08 -
YUV 138.09 57.97 184.28 -
System Red Green Blue C M Y K H S L
Decimal 217 122 14 0 0.44 0.94 0.15 31.92 0.88 0.45
Hex D9 7A E 0 2C 5E F 20 58 2D
Octal 331 172 16 0 54 136 17 40 130 55
Binary 11011001 1111010 1110 0 101100 1011110 1111 100000 1011000 101101

Color Harmonies of #D97A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A0E

Black with #D97A0E

Text Example


Text Example

White with #D97A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A0E; }

 p { color: rgb(217,122,14); }

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

background-color css

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

 a { background-color: rgb(217,122,14); }

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

border-color css

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

 span { border-color: rgb(217,122,14); }

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