Html Css Color HEX #D8720D Mango Tango

📋 copy color: '#D8720D'

red 216 ◦ green 114 ◦ blue 13

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

Shades of Mango Tango #D8720D

Tints of Mango Tango #D8720D

RGB

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

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

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

R = 62.97%
G = 33.24%
B = 3.79%

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

#D8720D (or 0xD8720D) is known color: Mango Tango. HEX triplet: D8, 72 and 0D. RGB value is (216,114,13). Sum of RGB (Red+Green+Blue) = 216+114+13=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8720D is #278DF2. Grayscale: #858585. Windows color (decimal): -2592243 or 881368. OLE color: 881368.

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

Color convert

RGB 216 114 13 -
CMYK 0 0.47 0.94 0.15
HSL 29.85º 0.89% 0.45% -
HSV(B) 29.85º 0.94% 0.85% -
XYZ 34.41 26.66 3.71 -
YUV 132.98 60.29 187.21 -
System Red Green Blue C M Y K H S L
Decimal 216 114 13 0 0.47 0.94 0.15 29.85 0.89 0.45
Hex D8 72 D 0 2F 5E F 1E 59 2D
Octal 330 162 15 0 57 136 17 36 131 55
Binary 11011000 1110010 1101 0 101111 1011110 1111 11110 1011001 101101

Color Harmonies of #D8720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8720D

Black with #D8720D

Text Example


Text Example

White with #D8720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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