Html Css Color HEX #D97C0C Mango Tango

📋 copy color: '#D97C0C'

red 217 ◦ green 124 ◦ blue 12

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

Shades of Mango Tango #D97C0C

Tints of Mango Tango #D97C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 61.47%
G = 35.13%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D97C0C (or 0xD97C0C) is known color: Mango Tango. HEX triplet: D9, 7C and 0C. RGB value is (217,124,12). Sum of RGB (Red+Green+Blue) = 217+124+12=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97C0C is #2683F3. Grayscale: #8B8B8B. Windows color (decimal): -2524148 or 818393. OLE color: 818393.

HSL color Cylindrical-coordinate representation of color #D97C0C: hue angle of 32.78º degrees, saturation: 0.9, 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 #D97C0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 124 12 -
CMYK 0 0.43 0.94 0.15
HSL 32.78º 0.9% 0.45% -
HSV(B) 32.78º 0.94% 0.85% -
XYZ 35.89 29.19 4.09 -
YUV 139.04 56.31 183.61 -
System Red Green Blue C M Y K H S L
Decimal 217 124 12 0 0.43 0.94 0.15 32.78 0.9 0.45
Hex D9 7C C 0 2B 5E F 21 5A 2D
Octal 331 174 14 0 53 136 17 41 132 55
Binary 11011001 1111100 1100 0 101011 1011110 1111 100001 1011010 101101

Color Harmonies of #D97C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C0C

Black with #D97C0C

Text Example


Text Example

White with #D97C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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