Html Css Color HEX #D87C0C Mango Tango

📋 copy color: '#D87C0C'

red 216 ◦ green 124 ◦ blue 12

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

Shades of Mango Tango #D87C0C

Tints of Mango Tango #D87C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 61.36%
G = 35.23%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D87C0C (or 0xD87C0C) is known color: Mango Tango. HEX triplet: D8, 7C and 0C. RGB value is (216,124,12). Sum of RGB (Red+Green+Blue) = 216+124+12=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87C0C is #2783F3. Grayscale: #8B8B8B. Windows color (decimal): -2589684 or 818392. OLE color: 818392.

HSL color Cylindrical-coordinate representation of color #D87C0C: hue angle of 32.94º degrees, saturation: 0.89, 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 #D87C0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 124 12 -
CMYK 0 0.43 0.94 0.15
HSL 32.94º 0.89% 0.45% -
HSV(B) 32.94º 0.94% 0.85% -
XYZ 35.59 29.04 4.08 -
YUV 138.74 56.48 183.11 -
System Red Green Blue C M Y K H S L
Decimal 216 124 12 0 0.43 0.94 0.15 32.94 0.89 0.45
Hex D8 7C C 0 2B 5E F 21 59 2D
Octal 330 174 14 0 53 136 17 41 131 55
Binary 11011000 1111100 1100 0 101011 1011110 1111 100001 1011001 101101

Color Harmonies of #D87C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C0C

Black with #D87C0C

Text Example


Text Example

White with #D87C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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