Html Css Color HEX #D87C0B Mango Tango

📋 copy color: '#D87C0B'

red 216 ◦ green 124 ◦ blue 11

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

Shades of Mango Tango #D87C0B

Tints of Mango Tango #D87C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 61.54%
G = 35.33%
B = 3.13%

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

#D87C0B (or 0xD87C0B) is known color: Mango Tango. HEX triplet: D8, 7C and 0B. RGB value is (216,124,11). Sum of RGB (Red+Green+Blue) = 216+124+11=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87C0B is #2783F4. Grayscale: #8B8B8B. Windows color (decimal): -2589685 or 752856. OLE color: 752856.

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

Color convert

RGB 216 124 11 -
CMYK 0 0.43 0.95 0.15
HSL 33.07º 0.9% 0.45% -
HSV(B) 33.07º 0.95% 0.85% -
XYZ 35.59 29.04 4.05 -
YUV 138.63 55.98 183.19 -
System Red Green Blue C M Y K H S L
Decimal 216 124 11 0 0.43 0.95 0.15 33.07 0.9 0.45
Hex D8 7C B 0 2B 5F F 21 5A 2D
Octal 330 174 13 0 53 137 17 41 132 55
Binary 11011000 1111100 1011 0 101011 1011111 1111 100001 1011010 101101

Color Harmonies of #D87C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C0B

Black with #D87C0B

Text Example


Text Example

White with #D87C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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