Html Css Color HEX #D87A06 Mango Tango

📋 copy color: '#D87A06'

red 216 ◦ green 122 ◦ blue 6

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

Shades of Mango Tango #D87A06

Tints of Mango Tango #D87A06

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

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

R = 62.79%
G = 35.47%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D87A06 (or 0xD87A06) is known color: Mango Tango. HEX triplet: D8, 7A and 06. RGB value is (216,122,6). Sum of RGB (Red+Green+Blue) = 216+122+6=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87A06 is #2785F9. Grayscale: #898989. Windows color (decimal): -2590202 or 424664. OLE color: 424664.

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

Color convert

RGB 216 122 6 -
CMYK 0 0.44 0.97 0.15
HSL 33.14º 0.95% 0.44% -
HSV(B) 33.14º 0.97% 0.85% -
XYZ 35.31 28.53 3.82 -
YUV 136.88 54.14 184.43 -
System Red Green Blue C M Y K H S L
Decimal 216 122 6 0 0.44 0.97 0.15 33.14 0.95 0.44
Hex D8 7A 6 0 2C 61 F 21 5F 2C
Octal 330 172 6 0 54 141 17 41 137 54
Binary 11011000 1111010 110 0 101100 1100001 1111 100001 1011111 101100

Color Harmonies of #D87A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A06

Black with #D87A06

Text Example


Text Example

White with #D87A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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