Html Css Color HEX #D7720D Mango Tango

📋 copy color: '#D7720D'

red 215 ◦ green 114 ◦ blue 13

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

Shades of Mango Tango #D7720D

Tints of Mango Tango #D7720D

RGB

 RED value IS 215 (84.38% from 255) = 62.87%

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

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

R = 62.87%
G = 33.33%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7720D (or 0xD7720D) is known color: Mango Tango. HEX triplet: D7, 72 and 0D. RGB value is (215,114,13). Sum of RGB (Red+Green+Blue) = 215+114+13=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7720D is #288DF2. Grayscale: #858585. Windows color (decimal): -2657779 or 881367. OLE color: 881367.

HSL color Cylindrical-coordinate representation of color #D7720D: hue angle of 30º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7720D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 13 -
CMYK 0 0.47 0.94 0.16
HSL 30º 0.89% 0.45% -
HSV(B) 30º 0.94% 0.84% -
XYZ 34.11 26.51 3.7 -
YUV 132.69 60.46 186.71 -
System Red Green Blue C M Y K H S L
Decimal 215 114 13 0 0.47 0.94 0.16 30 0.89 0.45
Hex D7 72 D 0 2F 5E 10 1E 59 2D
Octal 327 162 15 0 57 136 20 36 131 55
Binary 11010111 1110010 1101 0 101111 1011110 10000 11110 1011001 101101

Color Harmonies of #D7720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7720D

Black with #D7720D

Text Example


Text Example

White with #D7720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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