Html Css Color HEX #D87100 Mango Tango

📋 copy color: '#D87100'

red 216 ◦ green 113 ◦ blue 0

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

Shades of Mango Tango #D87100

Tints of Mango Tango #D87100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

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

R = 65.65%
G = 34.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D87100 (or 0xD87100) is known color: Mango Tango. HEX triplet: D8, 71 and 00. RGB value is (216,113,0). Sum of RGB (Red+Green+Blue) = 216+113+0=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D87100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87100 is #278EFF. Grayscale: #838383. Windows color (decimal): -2592512 or 29144. OLE color: 29144.

HSL color Cylindrical-coordinate representation of color #D87100: hue angle of 31.39º 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 #D87100 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 0 -
CMYK 0 0.48 1 0.15
HSL 31.39º 1% 0.42% -
HSV(B) 31.39º 1% 0.85% -
XYZ 34.22 26.41 3.29 -
YUV 130.92 54.12 188.69 -
System Red Green Blue C M Y K H S L
Decimal 216 113 0 0 0.48 1 0.15 31.39 1 0.42
Hex D8 71 0 0 30 64 F 1F 64 2A
Octal 330 161 0 0 60 144 17 37 144 52
Binary 11011000 1110001 0 0 110000 1100100 1111 11111 1100100 101010

Color Harmonies of #D87100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87100

Black with #D87100

Text Example


Text Example

White with #D87100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87100; }

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

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

background-color css

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

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

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

border-color css

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

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

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