Html Css Color HEX #D77A0C Mango Tango

📋 copy color: '#D77A0C'

red 215 ◦ green 122 ◦ blue 12

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

Shades of Mango Tango #D77A0C

Tints of Mango Tango #D77A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 61.6%
G = 34.96%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D77A0C (or 0xD77A0C) is known color: Mango Tango. HEX triplet: D7, 7A and 0C. RGB value is (215,122,12). Sum of RGB (Red+Green+Blue) = 215+122+12=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77A0C is #2885F3. Grayscale: #898989. Windows color (decimal): -2655732 or 817879. OLE color: 817879.

HSL color Cylindrical-coordinate representation of color #D77A0C: hue angle of 32.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D77A0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 12 -
CMYK 0 0.43 0.94 0.16
HSL 32.51º 0.89% 0.45% -
HSV(B) 32.51º 0.94% 0.84% -
XYZ 35.05 28.39 3.98 -
YUV 137.27 57.31 183.44 -
System Red Green Blue C M Y K H S L
Decimal 215 122 12 0 0.43 0.94 0.16 32.51 0.89 0.45
Hex D7 7A C 0 2B 5E 10 21 59 2D
Octal 327 172 14 0 53 136 20 41 131 55
Binary 11010111 1111010 1100 0 101011 1011110 10000 100001 1011001 101101

Color Harmonies of #D77A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A0C

Black with #D77A0C

Text Example


Text Example

White with #D77A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A0C; }

 p { color: rgb(215,122,12); }

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

background-color css

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

 a { background-color: rgb(215,122,12); }

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

border-color css

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

 span { border-color: rgb(215,122,12); }

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