Html Css Color HEX #D77C0B Mango Tango

📋 copy color: '#D77C0B'

red 215 ◦ green 124 ◦ blue 11

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

Shades of Mango Tango #D77C0B

Tints of Mango Tango #D77C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.14%

R = 61.43%
G = 35.43%
B = 3.14%

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

#D77C0B (or 0xD77C0B) is known color: Mango Tango. HEX triplet: D7, 7C and 0B. RGB value is (215,124,11). Sum of RGB (Red+Green+Blue) = 215+124+11=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C0B is #2883F4. Grayscale: #8A8A8A. Windows color (decimal): -2655221 or 752855. OLE color: 752855.

HSL color Cylindrical-coordinate representation of color #D77C0B: hue angle of 33.24º degrees, saturation: 0.9, 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 #D77C0B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 11 -
CMYK 0 0.42 0.95 0.16
HSL 33.24º 0.9% 0.44% -
HSV(B) 33.24º 0.95% 0.84% -
XYZ 35.29 28.89 4.03 -
YUV 138.33 56.15 182.69 -
System Red Green Blue C M Y K H S L
Decimal 215 124 11 0 0.42 0.95 0.16 33.24 0.9 0.44
Hex D7 7C B 0 2A 5F 10 21 5A 2C
Octal 327 174 13 0 52 137 20 41 132 54
Binary 11010111 1111100 1011 0 101010 1011111 10000 100001 1011010 101100

Color Harmonies of #D77C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C0B

Black with #D77C0B

Text Example


Text Example

White with #D77C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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