Html Css Color HEX #D87F0E Mango Tango

📋 copy color: '#D87F0E'

red 216 ◦ green 127 ◦ blue 14

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

Shades of Mango Tango #D87F0E

Tints of Mango Tango #D87F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 60.5%
G = 35.57%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D87F0E (or 0xD87F0E) is known color: Mango Tango. HEX triplet: D8, 7F and 0E. RGB value is (216,127,14). Sum of RGB (Red+Green+Blue) = 216+127+14=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F0E is #2780F1. Grayscale: #8D8D8D. Windows color (decimal): -2588914 or 950232. OLE color: 950232.

HSL color Cylindrical-coordinate representation of color #D87F0E: hue angle of 33.56º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D87F0E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 127 14 -
CMYK 0 0.41 0.94 0.15
HSL 33.56º 0.88% 0.45% -
HSV(B) 33.56º 0.94% 0.85% -
XYZ 35.99 29.81 4.27 -
YUV 140.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 216 127 14 0 0.41 0.94 0.15 33.56 0.88 0.45
Hex D8 7F E 0 29 5E F 22 58 2D
Octal 330 177 16 0 51 136 17 42 130 55
Binary 11011000 1111111 1110 0 101001 1011110 1111 100010 1011000 101101

Color Harmonies of #D87F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F0E

Black with #D87F0E

Text Example


Text Example

White with #D87F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F0E; }

 p { color: rgb(216,127,14); }

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

background-color css

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

 a { background-color: rgb(216,127,14); }

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

border-color css

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

 span { border-color: rgb(216,127,14); }

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