Html Css Color HEX #D87601 Mango Tango

📋 copy color: '#D87601'

red 216 ◦ green 118 ◦ blue 1

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

Shades of Mango Tango #D87601

Tints of Mango Tango #D87601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 64.48%
G = 35.22%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D87601 (or 0xD87601) is known color: Mango Tango. HEX triplet: D8, 76 and 01. RGB value is (216,118,1). Sum of RGB (Red+Green+Blue) = 216+118+1=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D87601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87601 is #2789FE. Grayscale: #868686. Windows color (decimal): -2591231 or 95960. OLE color: 95960.

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

Color convert

RGB 216 118 1 -
CMYK 0 0.45 1.00 0.15
HSL 32.65º 0.99% 0.43% -
HSV(B) 32.65º 1% 0.85% -
XYZ 34.8 27.56 3.51 -
YUV 133.96 52.97 186.51 -
System Red Green Blue C M Y K H S L
Decimal 216 118 1 0 0.45 1.00 0.15 32.65 0.99 0.43
Hex D8 76 1 0 2D 64 F 21 63 2B
Octal 330 166 1 0 55 144 17 41 143 53
Binary 11011000 1110110 1 0 101101 1100100 1111 100001 1100011 101011

Color Harmonies of #D87601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87601

Black with #D87601

Text Example


Text Example

White with #D87601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87601; }

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

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

background-color css

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

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

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

border-color css

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

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

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