Html Css Color HEX #D87400 Mango Tango

📋 copy color: '#D87400'

red 216 ◦ green 116 ◦ blue 0

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

Shades of Mango Tango #D87400

Tints of Mango Tango #D87400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.06%
G = 34.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D87400 (or 0xD87400) is known color: Mango Tango. HEX triplet: D8, 74 and 00. RGB value is (216,116,0). Sum of RGB (Red+Green+Blue) = 216+116+0=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D87400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87400 is #278BFF. Grayscale: #858585. Windows color (decimal): -2591744 or 29912. OLE color: 29912.

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

Color convert

RGB 216 116 0 -
CMYK 0 0.46 1 0.15
HSL 32.22º 1% 0.42% -
HSV(B) 32.22º 1% 0.85% -
XYZ 34.56 27.09 3.41 -
YUV 132.68 53.13 187.43 -
System Red Green Blue C M Y K H S L
Decimal 216 116 0 0 0.46 1 0.15 32.22 1 0.42
Hex D8 74 0 0 2E 64 F 20 64 2A
Octal 330 164 0 0 56 144 17 40 144 52
Binary 11011000 1110100 0 0 101110 1100100 1111 100000 1100100 101010

Color Harmonies of #D87400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87400

Black with #D87400

Text Example


Text Example

White with #D87400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87400; }

 p { color: rgb(216,116,0); }

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

background-color css

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

 a { background-color: rgb(216,116,0); }

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

border-color css

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

 span { border-color: rgb(216,116,0); }

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