Html Css Color HEX #D8770C Mango Tango

📋 copy color: '#D8770C'

red 216 ◦ green 119 ◦ blue 12

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

Shades of Mango Tango #D8770C

Tints of Mango Tango #D8770C

RGB

 RED value IS 216 (84.77% from 255) = 62.25%

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

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

R = 62.25%
G = 34.29%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8770C (or 0xD8770C) is known color: Mango Tango. HEX triplet: D8, 77 and 0C. RGB value is (216,119,12). Sum of RGB (Red+Green+Blue) = 216+119+12=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8770C is #2788F3. Grayscale: #888888. Windows color (decimal): -2590964 or 817112. OLE color: 817112.

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

Color convert

RGB 216 119 12 -
CMYK 0 0.45 0.94 0.15
HSL 31.47º 0.89% 0.45% -
HSV(B) 31.47º 0.94% 0.85% -
XYZ 34.98 27.82 3.87 -
YUV 135.81 58.14 185.2 -
System Red Green Blue C M Y K H S L
Decimal 216 119 12 0 0.45 0.94 0.15 31.47 0.89 0.45
Hex D8 77 C 0 2D 5E F 1F 59 2D
Octal 330 167 14 0 55 136 17 37 131 55
Binary 11011000 1110111 1100 0 101101 1011110 1111 11111 1011001 101101

Color Harmonies of #D8770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8770C

Black with #D8770C

Text Example


Text Example

White with #D8770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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