Html Css Color HEX #D7770E Mango Tango

📋 copy color: '#D7770E'

red 215 ◦ green 119 ◦ blue 14

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

Shades of Mango Tango #D7770E

Tints of Mango Tango #D7770E

RGB

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

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

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

R = 61.78%
G = 34.2%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7770E (or 0xD7770E) is known color: Mango Tango. HEX triplet: D7, 77 and 0E. RGB value is (215,119,14). Sum of RGB (Red+Green+Blue) = 215+119+14=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7770E is #2888F1. Grayscale: #888888. Windows color (decimal): -2656498 or 948183. OLE color: 948183.

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

Color convert

RGB 215 119 14 -
CMYK 0 0.45 0.93 0.16
HSL 31.34º 0.88% 0.45% -
HSV(B) 31.34º 0.93% 0.84% -
XYZ 34.7 27.67 3.93 -
YUV 135.73 59.3 184.54 -
System Red Green Blue C M Y K H S L
Decimal 215 119 14 0 0.45 0.93 0.16 31.34 0.88 0.45
Hex D7 77 E 0 2D 5D 10 1F 58 2D
Octal 327 167 16 0 55 135 20 37 130 55
Binary 11010111 1110111 1110 0 101101 1011101 10000 11111 1011000 101101

Color Harmonies of #D7770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7770E

Black with #D7770E

Text Example


Text Example

White with #D7770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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