Html Css Color HEX #D87D07 Mango Tango

📋 copy color: '#D87D07'

red 216 ◦ green 125 ◦ blue 7

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

Shades of Mango Tango #D87D07

Tints of Mango Tango #D87D07

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

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

R = 62.07%
G = 35.92%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D87D07 (or 0xD87D07) is known color: Mango Tango. HEX triplet: D8, 7D and 07. RGB value is (216,125,7). Sum of RGB (Red+Green+Blue) = 216+125+7=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87D07 is #2782F8. Grayscale: #8B8B8B. Windows color (decimal): -2589433 or 490968. OLE color: 490968.

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

Color convert

RGB 216 125 7 -
CMYK 0 0.42 0.97 0.15
HSL 33.88º 0.94% 0.44% -
HSV(B) 33.88º 0.97% 0.85% -
XYZ 35.69 29.28 3.97 -
YUV 138.76 53.65 183.09 -
System Red Green Blue C M Y K H S L
Decimal 216 125 7 0 0.42 0.97 0.15 33.88 0.94 0.44
Hex D8 7D 7 0 2A 61 F 22 5E 2C
Octal 330 175 7 0 52 141 17 42 136 54
Binary 11011000 1111101 111 0 101010 1100001 1111 100010 1011110 101100

Color Harmonies of #D87D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D07

Black with #D87D07

Text Example


Text Example

White with #D87D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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