Html Css Color HEX #D8760B Mango Tango

📋 copy color: '#D8760B'

red 216 ◦ green 118 ◦ blue 11

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

Shades of Mango Tango #D8760B

Tints of Mango Tango #D8760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.19%

R = 62.61%
G = 34.2%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8760B (or 0xD8760B) is known color: Mango Tango. HEX triplet: D8, 76 and 0B. RGB value is (216,118,11). Sum of RGB (Red+Green+Blue) = 216+118+11=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8760B is #2789F4. Grayscale: #878787. Windows color (decimal): -2591221 or 751320. OLE color: 751320.

HSL color Cylindrical-coordinate representation of color #D8760B: hue angle of 31.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8760B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 118 11 -
CMYK 0 0.45 0.95 0.15
HSL 31.32º 0.9% 0.45% -
HSV(B) 31.32º 0.95% 0.85% -
XYZ 34.86 27.58 3.8 -
YUV 135.1 57.97 185.7 -
System Red Green Blue C M Y K H S L
Decimal 216 118 11 0 0.45 0.95 0.15 31.32 0.9 0.45
Hex D8 76 B 0 2D 5F F 1F 5A 2D
Octal 330 166 13 0 55 137 17 37 132 55
Binary 11011000 1110110 1011 0 101101 1011111 1111 11111 1011010 101101

Color Harmonies of #D8760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8760B

Black with #D8760B

Text Example


Text Example

White with #D8760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8760B; }

 p { color: rgb(216,118,11); }

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

background-color css

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

 a { background-color: rgb(216,118,11); }

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

border-color css

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

 span { border-color: rgb(216,118,11); }

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