Html Css Color HEX #D7750C Mango Tango

📋 copy color: '#D7750C'

red 215 ◦ green 117 ◦ blue 12

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

Shades of Mango Tango #D7750C

Tints of Mango Tango #D7750C

RGB

 RED value IS 215 (84.38% from 255) = 62.5%

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

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

R = 62.5%
G = 34.01%
B = 3.49%

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

#D7750C (or 0xD7750C) is known color: Mango Tango. HEX triplet: D7, 75 and 0C. RGB value is (215,117,12). Sum of RGB (Red+Green+Blue) = 215+117+12=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7750C is #288AF3. Grayscale: #868686. Windows color (decimal): -2657012 or 816599. OLE color: 816599.

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

Color convert

RGB 215 117 12 -
CMYK 0 0.46 0.94 0.16
HSL 31.03º 0.89% 0.45% -
HSV(B) 31.03º 0.94% 0.84% -
XYZ 34.45 27.2 3.78 -
YUV 134.33 58.97 185.54 -
System Red Green Blue C M Y K H S L
Decimal 215 117 12 0 0.46 0.94 0.16 31.03 0.89 0.45
Hex D7 75 C 0 2E 5E 10 1F 59 2D
Octal 327 165 14 0 56 136 20 37 131 55
Binary 11010111 1110101 1100 0 101110 1011110 10000 11111 1011001 101101

Color Harmonies of #D7750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7750C

Black with #D7750C

Text Example


Text Example

White with #D7750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7750C; }

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

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

background-color css

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

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

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

border-color css

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

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

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