Html Css Color HEX #D7740D Mango Tango

📋 copy color: '#D7740D'

red 215 ◦ green 116 ◦ blue 13

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

Shades of Mango Tango #D7740D

Tints of Mango Tango #D7740D

RGB

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

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

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

R = 62.5%
G = 33.72%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7740D (or 0xD7740D) is known color: Mango Tango. HEX triplet: D7, 74 and 0D. RGB value is (215,116,13). Sum of RGB (Red+Green+Blue) = 215+116+13=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7740D is #288BF2. Grayscale: #868686. Windows color (decimal): -2657267 or 881879. OLE color: 881879.

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

Color convert

RGB 215 116 13 -
CMYK 0 0.46 0.94 0.16
HSL 30.59º 0.89% 0.45% -
HSV(B) 30.59º 0.94% 0.84% -
XYZ 34.34 26.97 3.78 -
YUV 133.86 59.8 185.88 -
System Red Green Blue C M Y K H S L
Decimal 215 116 13 0 0.46 0.94 0.16 30.59 0.89 0.45
Hex D7 74 D 0 2E 5E 10 1F 59 2D
Octal 327 164 15 0 56 136 20 37 131 55
Binary 11010111 1110100 1101 0 101110 1011110 10000 11111 1011001 101101

Color Harmonies of #D7740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7740D

Black with #D7740D

Text Example


Text Example

White with #D7740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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