Html Css Color HEX #D77101 Mango Tango

📋 copy color: '#D77101'

red 215 ◦ green 113 ◦ blue 1

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

Shades of Mango Tango #D77101

Tints of Mango Tango #D77101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 65.35%
G = 34.35%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D77101 (or 0xD77101) is known color: Mango Tango. HEX triplet: D7, 71 and 01. RGB value is (215,113,1). Sum of RGB (Red+Green+Blue) = 215+113+1=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D77101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77101 is #288EFE. Grayscale: #838383. Windows color (decimal): -2658047 or 94679. OLE color: 94679.

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

Color convert

RGB 215 113 1 -
CMYK 0 0.47 1.00 0.16
HSL 31.4º 0.99% 0.42% -
HSV(B) 31.4º 1% 0.84% -
XYZ 33.93 26.26 3.31 -
YUV 130.73 54.79 188.11 -
System Red Green Blue C M Y K H S L
Decimal 215 113 1 0 0.47 1.00 0.16 31.4 0.99 0.42
Hex D7 71 1 0 2F 64 10 1F 63 2A
Octal 327 161 1 0 57 144 20 37 143 52
Binary 11010111 1110001 1 0 101111 1100100 10000 11111 1100011 101010

Color Harmonies of #D77101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77101

Black with #D77101

Text Example


Text Example

White with #D77101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77101; }

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

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

background-color css

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

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

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

border-color css

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

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

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