Html Css Color HEX #D87F07 Mango Tango

📋 copy color: '#D87F07'

red 216 ◦ green 127 ◦ blue 7

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

Shades of Mango Tango #D87F07

Tints of Mango Tango #D87F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2%

R = 61.71%
G = 36.29%
B = 2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D87F07 (or 0xD87F07) is known color: Mango Tango. HEX triplet: D8, 7F and 07. RGB value is (216,127,7). Sum of RGB (Red+Green+Blue) = 216+127+7=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F07 is #2780F8. Grayscale: #8C8C8C. Windows color (decimal): -2588921 or 491480. OLE color: 491480.

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

Color convert

RGB 216 127 7 -
CMYK 0 0.41 0.97 0.15
HSL 34.45º 0.94% 0.44% -
HSV(B) 34.45º 0.97% 0.85% -
XYZ 35.95 29.79 4.06 -
YUV 139.93 52.99 182.26 -
System Red Green Blue C M Y K H S L
Decimal 216 127 7 0 0.41 0.97 0.15 34.45 0.94 0.44
Hex D8 7F 7 0 29 61 F 22 5E 2C
Octal 330 177 7 0 51 141 17 42 136 54
Binary 11011000 1111111 111 0 101001 1100001 1111 100010 1011110 101100

Color Harmonies of #D87F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F07

Black with #D87F07

Text Example


Text Example

White with #D87F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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