Html Css Color HEX #D87F0B Mango Tango

📋 copy color: '#D87F0B'

red 216 ◦ green 127 ◦ blue 11

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

Shades of Mango Tango #D87F0B

Tints of Mango Tango #D87F0B

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

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

R = 61.02%
G = 35.88%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D87F0B (or 0xD87F0B) is known color: Mango Tango. HEX triplet: D8, 7F and 0B. RGB value is (216,127,11). Sum of RGB (Red+Green+Blue) = 216+127+11=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F0B is #2780F4. Grayscale: #8C8C8C. Windows color (decimal): -2588917 or 753624. OLE color: 753624.

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

Color convert

RGB 216 127 11 -
CMYK 0 0.41 0.95 0.15
HSL 33.95º 0.9% 0.45% -
HSV(B) 33.95º 0.95% 0.85% -
XYZ 35.97 29.8 4.17 -
YUV 140.39 54.99 181.93 -
System Red Green Blue C M Y K H S L
Decimal 216 127 11 0 0.41 0.95 0.15 33.95 0.9 0.45
Hex D8 7F B 0 29 5F F 22 5A 2D
Octal 330 177 13 0 51 137 17 42 132 55
Binary 11011000 1111111 1011 0 101001 1011111 1111 100010 1011010 101101

Color Harmonies of #D87F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F0B

Black with #D87F0B

Text Example


Text Example

White with #D87F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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