Html Css Color HEX #D7760D Mango Tango

📋 copy color: '#D7760D'

red 215 ◦ green 118 ◦ blue 13

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

Shades of Mango Tango #D7760D

Tints of Mango Tango #D7760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

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

R = 62.14%
G = 34.1%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7760D (or 0xD7760D) is known color: Mango Tango. HEX triplet: D7, 76 and 0D. RGB value is (215,118,13). Sum of RGB (Red+Green+Blue) = 215+118+13=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7760D is #2889F2. Grayscale: #878787. Windows color (decimal): -2656755 or 882391. OLE color: 882391.

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

Color convert

RGB 215 118 13 -
CMYK 0 0.45 0.94 0.16
HSL 31.19º 0.89% 0.45% -
HSV(B) 31.19º 0.94% 0.84% -
XYZ 34.58 27.43 3.85 -
YUV 135.03 59.14 185.04 -
System Red Green Blue C M Y K H S L
Decimal 215 118 13 0 0.45 0.94 0.16 31.19 0.89 0.45
Hex D7 76 D 0 2D 5E 10 1F 59 2D
Octal 327 166 15 0 55 136 20 37 131 55
Binary 11010111 1110110 1101 0 101101 1011110 10000 11111 1011001 101101

Color Harmonies of #D7760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7760D

Black with #D7760D

Text Example


Text Example

White with #D7760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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