Html Css Color HEX #D8740D Mango Tango

📋 copy color: '#D8740D'

red 216 ◦ green 116 ◦ blue 13

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

Shades of Mango Tango #D8740D

Tints of Mango Tango #D8740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 62.61%
G = 33.62%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8740D (or 0xD8740D) is known color: Mango Tango. HEX triplet: D8, 74 and 0D. RGB value is (216,116,13). Sum of RGB (Red+Green+Blue) = 216+116+13=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8740D is #278BF2. Grayscale: #868686. Windows color (decimal): -2591731 or 881880. OLE color: 881880.

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

Color convert

RGB 216 116 13 -
CMYK 0 0.46 0.94 0.15
HSL 30.44º 0.89% 0.45% -
HSV(B) 30.44º 0.94% 0.85% -
XYZ 34.64 27.12 3.79 -
YUV 134.16 59.63 186.38 -
System Red Green Blue C M Y K H S L
Decimal 216 116 13 0 0.46 0.94 0.15 30.44 0.89 0.45
Hex D8 74 D 0 2E 5E F 1E 59 2D
Octal 330 164 15 0 56 136 17 36 131 55
Binary 11011000 1110100 1101 0 101110 1011110 1111 11110 1011001 101101

Color Harmonies of #D8740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8740D

Black with #D8740D

Text Example


Text Example

White with #D8740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8740D; }

 p { color: rgb(216,116,13); }

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

background-color css

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

 a { background-color: rgb(216,116,13); }

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

border-color css

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

 span { border-color: rgb(216,116,13); }

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