Html Css Color HEX #D77001 Mango Tango

📋 copy color: '#D77001'

red 215 ◦ green 112 ◦ blue 1

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

Shades of Mango Tango #D77001

Tints of Mango Tango #D77001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 65.55%
G = 34.15%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D77001 (or 0xD77001) is known color: Mango Tango. HEX triplet: D7, 70 and 01. RGB value is (215,112,1). Sum of RGB (Red+Green+Blue) = 215+112+1=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D77001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77001 is #288FFE. Grayscale: #828282. Windows color (decimal): -2658303 or 94423. OLE color: 94423.

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

Color convert

RGB 215 112 1 -
CMYK 0 0.48 1.00 0.16
HSL 31.12º 0.99% 0.42% -
HSV(B) 31.12º 1% 0.84% -
XYZ 33.82 26.04 3.27 -
YUV 130.14 55.12 188.53 -
System Red Green Blue C M Y K H S L
Decimal 215 112 1 0 0.48 1.00 0.16 31.12 0.99 0.42
Hex D7 70 1 0 30 64 10 1F 63 2A
Octal 327 160 1 0 60 144 20 37 143 52
Binary 11010111 1110000 1 0 110000 1100100 10000 11111 1100011 101010

Color Harmonies of #D77001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77001

Black with #D77001

Text Example


Text Example

White with #D77001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77001; }

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

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

background-color css

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

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

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

border-color css

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

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

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