Html Css Color HEX #D77100 Mango Tango

📋 copy color: '#D77100'

red 215 ◦ green 113 ◦ blue 0

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

Shades of Mango Tango #D77100

Tints of Mango Tango #D77100

RGB

 RED value IS 215 (84.38% from 255) = 65.55%

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.55%
G = 34.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D77100 (or 0xD77100) is known color: Mango Tango. HEX triplet: D7, 71 and 00. RGB value is (215,113,0). Sum of RGB (Red+Green+Blue) = 215+113+0=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D77100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77100 is #288EFF. Grayscale: #838383. Windows color (decimal): -2658048 or 29143. OLE color: 29143.

HSL color Cylindrical-coordinate representation of color #D77100: hue angle of 31.53º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D77100 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 0 -
CMYK 0 0.47 1 0.16
HSL 31.53º 1% 0.42% -
HSV(B) 31.53º 1% 0.84% -
XYZ 33.93 26.26 3.28 -
YUV 130.62 54.29 188.19 -
System Red Green Blue C M Y K H S L
Decimal 215 113 0 0 0.47 1 0.16 31.53 1 0.42
Hex D7 71 0 0 2F 64 10 20 64 2A
Octal 327 161 0 0 57 144 20 40 144 52
Binary 11010111 1110001 0 0 101111 1100100 10000 100000 1100100 101010

Color Harmonies of #D77100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77100

Black with #D77100

Text Example


Text Example

White with #D77100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77100; }

 p { color: rgb(215,113,0); }

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

background-color css

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

 a { background-color: rgb(215,113,0); }

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

border-color css

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

 span { border-color: rgb(215,113,0); }

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