Html Css Color HEX #D8720C Mango Tango

📋 copy color: '#D8720C'

red 216 ◦ green 114 ◦ blue 12

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

Shades of Mango Tango #D8720C

Tints of Mango Tango #D8720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

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

R = 63.16%
G = 33.33%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8720C (or 0xD8720C) is known color: Mango Tango. HEX triplet: D8, 72 and 0C. RGB value is (216,114,12). Sum of RGB (Red+Green+Blue) = 216+114+12=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8720C is #278DF3. Grayscale: #858585. Windows color (decimal): -2592244 or 815832. OLE color: 815832.

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

Color convert

RGB 216 114 12 -
CMYK 0 0.47 0.94 0.15
HSL 30º 0.89% 0.45% -
HSV(B) 30º 0.94% 0.85% -
XYZ 34.4 26.66 3.68 -
YUV 132.87 59.79 187.29 -
System Red Green Blue C M Y K H S L
Decimal 216 114 12 0 0.47 0.94 0.15 30 0.89 0.45
Hex D8 72 C 0 2F 5E F 1E 59 2D
Octal 330 162 14 0 57 136 17 36 131 55
Binary 11011000 1110010 1100 0 101111 1011110 1111 11110 1011001 101101

Color Harmonies of #D8720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8720C

Black with #D8720C

Text Example


Text Example

White with #D8720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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