Html Css Color HEX #D87C06 Mango Tango

📋 copy color: '#D87C06'

red 216 ◦ green 124 ◦ blue 6

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

Shades of Mango Tango #D87C06

Tints of Mango Tango #D87C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 62.43%
G = 35.84%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D87C06 (or 0xD87C06) is known color: Mango Tango. HEX triplet: D8, 7C and 06. RGB value is (216,124,6). Sum of RGB (Red+Green+Blue) = 216+124+6=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87C06 is #2783F9. Grayscale: #8A8A8A. Windows color (decimal): -2589690 or 425176. OLE color: 425176.

HSL color Cylindrical-coordinate representation of color #D87C06: hue angle of 33.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D87C06 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 124 6 -
CMYK 0 0.43 0.97 0.15
HSL 33.71º 0.95% 0.44% -
HSV(B) 33.71º 0.97% 0.85% -
XYZ 35.56 29.03 3.9 -
YUV 138.06 53.48 183.59 -
System Red Green Blue C M Y K H S L
Decimal 216 124 6 0 0.43 0.97 0.15 33.71 0.95 0.44
Hex D8 7C 6 0 2B 61 F 22 5F 2C
Octal 330 174 6 0 53 141 17 42 137 54
Binary 11011000 1111100 110 0 101011 1100001 1111 100010 1011111 101100

Color Harmonies of #D87C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C06

Black with #D87C06

Text Example


Text Example

White with #D87C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C06; }

 p { color: rgb(216,124,6); }

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

background-color css

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

 a { background-color: rgb(216,124,6); }

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

border-color css

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

 span { border-color: rgb(216,124,6); }

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