Html Css Color HEX #D47107 Mango Tango

📋 copy color: '#D47107'

red 212 ◦ green 113 ◦ blue 7

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

Shades of Mango Tango #D47107

Tints of Mango Tango #D47107

RGB

 RED value IS 212 (83.2% from 255) = 63.86%

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

 BLUE value IS 7 (3.13% from 255) = 2.11%

R = 63.86%
G = 34.04%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D47107 (or 0xD47107) is known color: Mango Tango. HEX triplet: D4, 71 and 07. RGB value is (212,113,7). Sum of RGB (Red+Green+Blue) = 212+113+7=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D47107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47107 is #2B8EF8. Grayscale: #838383. Windows color (decimal): -2854649 or 487892. OLE color: 487892.

HSL color Cylindrical-coordinate representation of color #D47107: hue angle of 31.02º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D47107 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 7 -
CMYK 0 0.47 0.97 0.17
HSL 31.02º 0.94% 0.43% -
HSV(B) 31.02º 0.97% 0.83% -
XYZ 33.09 25.82 3.44 -
YUV 130.52 58.3 186.12 -
System Red Green Blue C M Y K H S L
Decimal 212 113 7 0 0.47 0.97 0.17 31.02 0.94 0.43
Hex D4 71 7 0 2F 61 11 1F 5E 2B
Octal 324 161 7 0 57 141 21 37 136 53
Binary 11010100 1110001 111 0 101111 1100001 10001 11111 1011110 101011

Color Harmonies of #D47107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47107

Black with #D47107

Text Example


Text Example

White with #D47107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47107; }

 p { color: rgb(212,113,7); }

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

background-color css

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

 a { background-color: rgb(212,113,7); }

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

border-color css

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

 span { border-color: rgb(212,113,7); }

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