Html Css Color HEX #D77201 Mango Tango

📋 copy color: '#D77201'

red 215 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #D77201

Tints of Mango Tango #D77201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

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

R = 65.15%
G = 34.55%
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

#D77201 (or 0xD77201) is known color: Mango Tango. HEX triplet: D7, 72 and 01. RGB value is (215,114,1). Sum of RGB (Red+Green+Blue) = 215+114+1=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D77201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77201 is #288DFE. Grayscale: #838383. Windows color (decimal): -2657791 or 94935. OLE color: 94935.

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

Color convert

RGB 215 114 1 -
CMYK 0 0.47 1.00 0.16
HSL 31.68º 0.99% 0.42% -
HSV(B) 31.68º 1% 0.84% -
XYZ 34.05 26.48 3.35 -
YUV 131.32 54.46 187.69 -
System Red Green Blue C M Y K H S L
Decimal 215 114 1 0 0.47 1.00 0.16 31.68 0.99 0.42
Hex D7 72 1 0 2F 64 10 20 63 2A
Octal 327 162 1 0 57 144 20 40 143 52
Binary 11010111 1110010 1 0 101111 1100100 10000 100000 1100011 101010

Color Harmonies of #D77201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77201

Black with #D77201

Text Example


Text Example

White with #D77201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77201; }

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

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

background-color css

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

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

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

border-color css

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

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

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