Html Css Color HEX #D77C0A Mango Tango

📋 copy color: '#D77C0A'

red 215 ◦ green 124 ◦ blue 10

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

Shades of Mango Tango #D77C0A

Tints of Mango Tango #D77C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 61.6%
G = 35.53%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D77C0A (or 0xD77C0A) is known color: Mango Tango. HEX triplet: D7, 7C and 0A. RGB value is (215,124,10). Sum of RGB (Red+Green+Blue) = 215+124+10=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C0A is #2883F5. Grayscale: #8A8A8A. Windows color (decimal): -2655222 or 687319. OLE color: 687319.

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

Color convert

RGB 215 124 10 -
CMYK 0 0.42 0.95 0.16
HSL 33.37º 0.91% 0.44% -
HSV(B) 33.37º 0.95% 0.84% -
XYZ 35.29 28.88 4 -
YUV 138.21 55.65 182.77 -
System Red Green Blue C M Y K H S L
Decimal 215 124 10 0 0.42 0.95 0.16 33.37 0.91 0.44
Hex D7 7C A 0 2A 5F 10 21 5B 2C
Octal 327 174 12 0 52 137 20 41 133 54
Binary 11010111 1111100 1010 0 101010 1011111 10000 100001 1011011 101100

Color Harmonies of #D77C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C0A

Black with #D77C0A

Text Example


Text Example

White with #D77C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C0A; }

 p { color: rgb(215,124,10); }

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

background-color css

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

 a { background-color: rgb(215,124,10); }

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

border-color css

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

 span { border-color: rgb(215,124,10); }

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