Html Css Color HEX #D7770C Mango Tango

📋 copy color: '#D7770C'

red 215 ◦ green 119 ◦ blue 12

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

Shades of Mango Tango #D7770C

Tints of Mango Tango #D7770C

RGB

 RED value IS 215 (84.38% from 255) = 62.14%

 GREEN value IS 119 (46.88% from 255) = 34.39%

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

R = 62.14%
G = 34.39%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7770C (or 0xD7770C) is known color: Mango Tango. HEX triplet: D7, 77 and 0C. RGB value is (215,119,12). Sum of RGB (Red+Green+Blue) = 215+119+12=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7770C is #2888F3. Grayscale: #888888. Windows color (decimal): -2656500 or 817111. OLE color: 817111.

HSL color Cylindrical-coordinate representation of color #D7770C: hue angle of 31.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7770C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 12 -
CMYK 0 0.45 0.94 0.16
HSL 31.63º 0.89% 0.45% -
HSV(B) 31.63º 0.94% 0.84% -
XYZ 34.69 27.67 3.86 -
YUV 135.51 58.3 184.7 -
System Red Green Blue C M Y K H S L
Decimal 215 119 12 0 0.45 0.94 0.16 31.63 0.89 0.45
Hex D7 77 C 0 2D 5E 10 20 59 2D
Octal 327 167 14 0 55 136 20 40 131 55
Binary 11010111 1110111 1100 0 101101 1011110 10000 100000 1011001 101101

Color Harmonies of #D7770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7770C

Black with #D7770C

Text Example


Text Example

White with #D7770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7770C; }

 p { color: rgb(215,119,12); }

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

background-color css

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

 a { background-color: rgb(215,119,12); }

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

border-color css

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

 span { border-color: rgb(215,119,12); }

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