Html Css Color HEX #D87200 Mango Tango

📋 copy color: '#D87200'

red 216 ◦ green 114 ◦ blue 0

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

Shades of Mango Tango #D87200

Tints of Mango Tango #D87200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

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

R = 65.45%
G = 34.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D87200 (or 0xD87200) is known color: Mango Tango. HEX triplet: D8, 72 and 00. RGB value is (216,114,0). Sum of RGB (Red+Green+Blue) = 216+114+0=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D87200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87200 is #278DFF. Grayscale: #848484. Windows color (decimal): -2592256 or 29400. OLE color: 29400.

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

Color convert

RGB 216 114 0 -
CMYK 0 0.47 1 0.15
HSL 31.67º 1% 0.42% -
HSV(B) 31.67º 1% 0.85% -
XYZ 34.34 26.63 3.33 -
YUV 131.5 53.79 188.27 -
System Red Green Blue C M Y K H S L
Decimal 216 114 0 0 0.47 1 0.15 31.67 1 0.42
Hex D8 72 0 0 2F 64 F 20 64 2A
Octal 330 162 0 0 57 144 17 40 144 52
Binary 11011000 1110010 0 0 101111 1100100 1111 100000 1100100 101010

Color Harmonies of #D87200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87200

Black with #D87200

Text Example


Text Example

White with #D87200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87200; }

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

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

background-color css

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

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

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

border-color css

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

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

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