Html Css Color HEX #D5780C Mango Tango

📋 copy color: '#D5780C'

red 213 ◦ green 120 ◦ blue 12

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

Shades of Mango Tango #D5780C

Tints of Mango Tango #D5780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.78%

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

R = 61.74%
G = 34.78%
B = 3.48%

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

#D5780C (or 0xD5780C) is known color: Mango Tango. HEX triplet: D5, 78 and 0C. RGB value is (213,120,12). Sum of RGB (Red+Green+Blue) = 213+120+12=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5780C is #2A87F3. Grayscale: #888888. Windows color (decimal): -2787316 or 817365. OLE color: 817365.

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

Color convert

RGB 213 120 12 -
CMYK 0 0.44 0.94 0.16
HSL 32.24º 0.89% 0.44% -
HSV(B) 32.24º 0.94% 0.84% -
XYZ 34.22 27.61 3.87 -
YUV 135.5 58.31 183.28 -
System Red Green Blue C M Y K H S L
Decimal 213 120 12 0 0.44 0.94 0.16 32.24 0.89 0.44
Hex D5 78 C 0 2C 5E 10 20 59 2C
Octal 325 170 14 0 54 136 20 40 131 54
Binary 11010101 1111000 1100 0 101100 1011110 10000 100000 1011001 101100

Color Harmonies of #D5780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5780C

Black with #D5780C

Text Example


Text Example

White with #D5780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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