Html Css Color HEX #D5770C Mango Tango

📋 copy color: '#D5770C'

red 213 ◦ green 119 ◦ blue 12

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

Shades of Mango Tango #D5770C

Tints of Mango Tango #D5770C

RGB

 RED value IS 213 (83.59% from 255) = 61.92%

 GREEN value IS 119 (46.88% from 255) = 34.59%

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

R = 61.92%
G = 34.59%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5770C (or 0xD5770C) is known color: Mango Tango. HEX triplet: D5, 77 and 0C. RGB value is (213,119,12). Sum of RGB (Red+Green+Blue) = 213+119+12=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5770C is #2A88F3. Grayscale: #878787. Windows color (decimal): -2787572 or 817109. OLE color: 817109.

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

Color convert

RGB 213 119 12 -
CMYK 0 0.44 0.94 0.16
HSL 31.94º 0.89% 0.44% -
HSV(B) 31.94º 0.94% 0.84% -
XYZ 34.1 27.37 3.83 -
YUV 134.91 58.64 183.7 -
System Red Green Blue C M Y K H S L
Decimal 213 119 12 0 0.44 0.94 0.16 31.94 0.89 0.44
Hex D5 77 C 0 2C 5E 10 20 59 2C
Octal 325 167 14 0 54 136 20 40 131 54
Binary 11010101 1110111 1100 0 101100 1011110 10000 100000 1011001 101100

Color Harmonies of #D5770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5770C

Black with #D5770C

Text Example


Text Example

White with #D5770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5770C; }

 p { color: rgb(213,119,12); }

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

background-color css

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

 a { background-color: rgb(213,119,12); }

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

border-color css

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

 span { border-color: rgb(213,119,12); }

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