Html Css Color HEX #D7710C Mango Tango

📋 copy color: '#D7710C'

red 215 ◦ green 113 ◦ blue 12

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

Shades of Mango Tango #D7710C

Tints of Mango Tango #D7710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

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

R = 63.24%
G = 33.24%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7710C (or 0xD7710C) is known color: Mango Tango. HEX triplet: D7, 71 and 0C. RGB value is (215,113,12). Sum of RGB (Red+Green+Blue) = 215+113+12=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7710C is #288EF3. Grayscale: #848484. Windows color (decimal): -2658036 or 815575. OLE color: 815575.

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

Color convert

RGB 215 113 12 -
CMYK 0 0.47 0.94 0.16
HSL 29.85º 0.89% 0.45% -
HSV(B) 29.85º 0.94% 0.84% -
XYZ 34 26.28 3.63 -
YUV 131.98 60.29 187.21 -
System Red Green Blue C M Y K H S L
Decimal 215 113 12 0 0.47 0.94 0.16 29.85 0.89 0.45
Hex D7 71 C 0 2F 5E 10 1E 59 2D
Octal 327 161 14 0 57 136 20 36 131 55
Binary 11010111 1110001 1100 0 101111 1011110 10000 11110 1011001 101101

Color Harmonies of #D7710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7710C

Black with #D7710C

Text Example


Text Example

White with #D7710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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