Html Css Color HEX #D87500 Mango Tango

📋 copy color: '#D87500'

red 216 ◦ green 117 ◦ blue 0

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

Shades of Mango Tango #D87500

Tints of Mango Tango #D87500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 64.86%
G = 35.14%
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

#D87500 (or 0xD87500) is known color: Mango Tango. HEX triplet: D8, 75 and 00. RGB value is (216,117,0). Sum of RGB (Red+Green+Blue) = 216+117+0=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D87500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87500 is #278AFF. Grayscale: #858585. Windows color (decimal): -2591488 or 30168. OLE color: 30168.

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

Color convert

RGB 216 117 0 -
CMYK 0 0.46 1 0.15
HSL 32.5º 1% 0.42% -
HSV(B) 32.5º 1% 0.85% -
XYZ 34.68 27.32 3.45 -
YUV 133.26 52.8 187.01 -
System Red Green Blue C M Y K H S L
Decimal 216 117 0 0 0.46 1 0.15 32.5 1 0.42
Hex D8 75 0 0 2E 64 F 20 64 2A
Octal 330 165 0 0 56 144 17 40 144 52
Binary 11011000 1110101 0 0 101110 1100100 1111 100000 1100100 101010

Color Harmonies of #D87500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87500

Black with #D87500

Text Example


Text Example

White with #D87500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87500; }

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

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

background-color css

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

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

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

border-color css

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

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

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