Html Css Color HEX #D6750C Mango Tango

📋 copy color: '#D6750C'

red 214 ◦ green 117 ◦ blue 12

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

Shades of Mango Tango #D6750C

Tints of Mango Tango #D6750C

RGB

 RED value IS 214 (83.98% from 255) = 62.39%

 GREEN value IS 117 (46.09% from 255) = 34.11%

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

R = 62.39%
G = 34.11%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6750C (or 0xD6750C) is known color: Mango Tango. HEX triplet: D6, 75 and 0C. RGB value is (214,117,12). Sum of RGB (Red+Green+Blue) = 214+117+12=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6750C is #298AF3. Grayscale: #868686. Windows color (decimal): -2722548 or 816598. OLE color: 816598.

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

Color convert

RGB 214 117 12 -
CMYK 0 0.45 0.94 0.16
HSL 31.19º 0.89% 0.44% -
HSV(B) 31.19º 0.94% 0.84% -
XYZ 34.16 27.05 3.77 -
YUV 134.03 59.14 185.04 -
System Red Green Blue C M Y K H S L
Decimal 214 117 12 0 0.45 0.94 0.16 31.19 0.89 0.44
Hex D6 75 C 0 2D 5E 10 1F 59 2C
Octal 326 165 14 0 55 136 20 37 131 54
Binary 11010110 1110101 1100 0 101101 1011110 10000 11111 1011001 101100

Color Harmonies of #D6750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6750C

Black with #D6750C

Text Example


Text Example

White with #D6750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6750C; }

 p { color: rgb(214,117,12); }

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

background-color css

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

 a { background-color: rgb(214,117,12); }

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

border-color css

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

 span { border-color: rgb(214,117,12); }

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