Html Css Color HEX #D77301 Mango Tango

📋 copy color: '#D77301'

red 215 ◦ green 115 ◦ blue 1

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

Shades of Mango Tango #D77301

Tints of Mango Tango #D77301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

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

R = 64.95%
G = 34.74%
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

#D77301 (or 0xD77301) is known color: Mango Tango. HEX triplet: D7, 73 and 01. RGB value is (215,115,1). Sum of RGB (Red+Green+Blue) = 215+115+1=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D77301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77301 is #288CFE. Grayscale: #848484. Windows color (decimal): -2657535 or 95191. OLE color: 95191.

HSL color Cylindrical-coordinate representation of color #D77301: hue angle of 31.96º 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 #D77301 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 1 -
CMYK 0 0.47 1.00 0.16
HSL 31.96º 0.99% 0.42% -
HSV(B) 31.96º 1% 0.84% -
XYZ 34.16 26.71 3.38 -
YUV 131.9 54.13 187.27 -
System Red Green Blue C M Y K H S L
Decimal 215 115 1 0 0.47 1.00 0.16 31.96 0.99 0.42
Hex D7 73 1 0 2F 64 10 20 63 2A
Octal 327 163 1 0 57 144 20 40 143 52
Binary 11010111 1110011 1 0 101111 1100100 10000 100000 1100011 101010

Color Harmonies of #D77301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77301

Black with #D77301

Text Example


Text Example

White with #D77301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77301; }

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

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

background-color css

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

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

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

border-color css

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

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

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