Html Css Color HEX #D8710C Mango Tango

📋 copy color: '#D8710C'

red 216 ◦ green 113 ◦ blue 12

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

Shades of Mango Tango #D8710C

Tints of Mango Tango #D8710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 63.34%
G = 33.14%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8710C (or 0xD8710C) is known color: Mango Tango. HEX triplet: D8, 71 and 0C. RGB value is (216,113,12). Sum of RGB (Red+Green+Blue) = 216+113+12=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8710C is #278EF3. Grayscale: #848484. Windows color (decimal): -2592500 or 815576. OLE color: 815576.

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

Color convert

RGB 216 113 12 -
CMYK 0 0.48 0.94 0.15
HSL 29.71º 0.89% 0.45% -
HSV(B) 29.71º 0.94% 0.85% -
XYZ 34.29 26.44 3.64 -
YUV 132.28 60.12 187.71 -
System Red Green Blue C M Y K H S L
Decimal 216 113 12 0 0.48 0.94 0.15 29.71 0.89 0.45
Hex D8 71 C 0 30 5E F 1E 59 2D
Octal 330 161 14 0 60 136 17 36 131 55
Binary 11011000 1110001 1100 0 110000 1011110 1111 11110 1011001 101101

Color Harmonies of #D8710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8710C

Black with #D8710C

Text Example


Text Example

White with #D8710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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