Html Css Color HEX #D8760A Mango Tango

📋 copy color: '#D8760A'

red 216 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #D8760A

Tints of Mango Tango #D8760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 62.79%
G = 34.3%
B = 2.91%

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

#D8760A (or 0xD8760A) is known color: Mango Tango. HEX triplet: D8, 76 and 0A. RGB value is (216,118,10). Sum of RGB (Red+Green+Blue) = 216+118+10=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8760A is #2789F5. Grayscale: #878787. Windows color (decimal): -2591222 or 685784. OLE color: 685784.

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

Color convert

RGB 216 118 10 -
CMYK 0 0.45 0.95 0.15
HSL 31.46º 0.91% 0.44% -
HSV(B) 31.46º 0.95% 0.85% -
XYZ 34.85 27.58 3.77 -
YUV 134.99 57.47 185.78 -
System Red Green Blue C M Y K H S L
Decimal 216 118 10 0 0.45 0.95 0.15 31.46 0.91 0.44
Hex D8 76 A 0 2D 5F F 1F 5B 2C
Octal 330 166 12 0 55 137 17 37 133 54
Binary 11011000 1110110 1010 0 101101 1011111 1111 11111 1011011 101100

Color Harmonies of #D8760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8760A

Black with #D8760A

Text Example


Text Example

White with #D8760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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