Html Css Color HEX #D87006 Mango Tango

📋 copy color: '#D87006'

red 216 ◦ green 112 ◦ blue 6

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

Shades of Mango Tango #D87006

Tints of Mango Tango #D87006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 64.67%
G = 33.53%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D87006 (or 0xD87006) is known color: Mango Tango. HEX triplet: D8, 70 and 06. RGB value is (216,112,6). Sum of RGB (Red+Green+Blue) = 216+112+6=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D87006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87006 is #278FF9. Grayscale: #838383. Windows color (decimal): -2592762 or 422104. OLE color: 422104.

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

Color convert

RGB 216 112 6 -
CMYK 0 0.48 0.97 0.15
HSL 30.29º 0.95% 0.44% -
HSV(B) 30.29º 0.97% 0.85% -
XYZ 34.15 26.2 3.43 -
YUV 131.01 57.46 188.62 -
System Red Green Blue C M Y K H S L
Decimal 216 112 6 0 0.48 0.97 0.15 30.29 0.95 0.44
Hex D8 70 6 0 30 61 F 1E 5F 2C
Octal 330 160 6 0 60 141 17 36 137 54
Binary 11011000 1110000 110 0 110000 1100001 1111 11110 1011111 101100

Color Harmonies of #D87006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87006

Black with #D87006

Text Example


Text Example

White with #D87006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87006; }

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

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

background-color css

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

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

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

border-color css

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

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

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