Html Css Color HEX #D5770B Mango Tango

📋 copy color: '#D5770B'

red 213 ◦ green 119 ◦ blue 11

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

Shades of Mango Tango #D5770B

Tints of Mango Tango #D5770B

RGB

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

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

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

R = 62.1%
G = 34.69%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5770B (or 0xD5770B) is known color: Mango Tango. HEX triplet: D5, 77 and 0B. RGB value is (213,119,11). Sum of RGB (Red+Green+Blue) = 213+119+11=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5770B is #2A88F4. Grayscale: #878787. Windows color (decimal): -2787573 or 751573. OLE color: 751573.

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

Color convert

RGB 213 119 11 -
CMYK 0 0.44 0.95 0.16
HSL 32.08º 0.9% 0.44% -
HSV(B) 32.08º 0.95% 0.84% -
XYZ 34.1 27.36 3.8 -
YUV 134.79 58.14 183.78 -
System Red Green Blue C M Y K H S L
Decimal 213 119 11 0 0.44 0.95 0.16 32.08 0.9 0.44
Hex D5 77 B 0 2C 5F 10 20 5A 2C
Octal 325 167 13 0 54 137 20 40 132 54
Binary 11010101 1110111 1011 0 101100 1011111 10000 100000 1011010 101100

Color Harmonies of #D5770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5770B

Black with #D5770B

Text Example


Text Example

White with #D5770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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