Html Css Color HEX #D87C0A Mango Tango

📋 copy color: '#D87C0A'

red 216 ◦ green 124 ◦ blue 10

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

Shades of Mango Tango #D87C0A

Tints of Mango Tango #D87C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 61.71%
G = 35.43%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D87C0A (or 0xD87C0A) is known color: Mango Tango. HEX triplet: D8, 7C and 0A. RGB value is (216,124,10). Sum of RGB (Red+Green+Blue) = 216+124+10=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87C0A is #2783F5. Grayscale: #8B8B8B. Windows color (decimal): -2589686 or 687320. OLE color: 687320.

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

Color convert

RGB 216 124 10 -
CMYK 0 0.43 0.95 0.15
HSL 33.2º 0.91% 0.44% -
HSV(B) 33.2º 0.95% 0.85% -
XYZ 35.58 29.04 4.02 -
YUV 138.51 55.48 183.27 -
System Red Green Blue C M Y K H S L
Decimal 216 124 10 0 0.43 0.95 0.15 33.2 0.91 0.44
Hex D8 7C A 0 2B 5F F 21 5B 2C
Octal 330 174 12 0 53 137 17 41 133 54
Binary 11011000 1111100 1010 0 101011 1011111 1111 100001 1011011 101100

Color Harmonies of #D87C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C0A

Black with #D87C0A

Text Example


Text Example

White with #D87C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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