Html Css Color HEX #D5740C Mango Tango

📋 copy color: '#D5740C'

red 213 ◦ green 116 ◦ blue 12

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

Shades of Mango Tango #D5740C

Tints of Mango Tango #D5740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 62.46%
G = 34.02%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5740C (or 0xD5740C) is known color: Mango Tango. HEX triplet: D5, 74 and 0C. RGB value is (213,116,12). Sum of RGB (Red+Green+Blue) = 213+116+12=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5740C is #2A8BF3. Grayscale: #858585. Windows color (decimal): -2788340 or 816341. OLE color: 816341.

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

Color convert

RGB 213 116 12 -
CMYK 0 0.46 0.94 0.16
HSL 31.04º 0.89% 0.44% -
HSV(B) 31.04º 0.94% 0.84% -
XYZ 33.75 26.66 3.72 -
YUV 133.15 59.64 184.96 -
System Red Green Blue C M Y K H S L
Decimal 213 116 12 0 0.46 0.94 0.16 31.04 0.89 0.44
Hex D5 74 C 0 2E 5E 10 1F 59 2C
Octal 325 164 14 0 56 136 20 37 131 54
Binary 11010101 1110100 1100 0 101110 1011110 10000 11111 1011001 101100

Color Harmonies of #D5740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5740C

Black with #D5740C

Text Example


Text Example

White with #D5740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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